<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
font-family: 'Signika', sans-serif;
font-family: 'Signika', sans-serif;
*/

/* 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: 'Signika', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6em;
  color: #60777c;
  background-color: #FFF;
}

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%;
}
article.content.home div.centerContent,
article.content.expertiseOverview div.centerContent,
div.centerContent,
article.content.home div.block.video div.videoHolder,
article.content.home div.block.video div.videoHolder div.overlayBg {
  width: 1300px;
}
div.centerContent{
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
}

.text-center{
  text-align: center;
}

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

.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}
.text-center{
  text-align: center;
}
.uppercase{
  text-transform: uppercase;
}

.kalam-bold {
  font-family: "Kalam", cursive;
  font-weight: 700;
  font-style: normal;
}

.flex{
  display: flex;
  align-items: flex-start;
}
.justify-space-between{
  justify-content: space-between;
}
.justify-start{
  justify-content: flex-start;
}
.justify-center{
  justify-content: center;
}
.justify-end{
  justify-content: flex-end;
}
.align-stretch{
  align-items: stretch;
}
.align-center {
  align-items: center;
}
.align-content-between{
  align-content: space-between;
}
.align-content-end{
  align-content: flex-end;
}
.flex-wrap{
  flex-wrap: wrap;
}

img.imageFit,
img.imageContain{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
img.imageContain{
    object-fit: contain;
}
div.blue{
  background-color: #307083;
  color: #FFF;
}
div.white{
  background-color: #FFF;
}
.oker-text{
  color: #bb971d;
}
div.alinea{
  margin-top: 20px;
}

h1, .h1{
  font-family: 'Signika', sans-serif;
  font-weight: 600;
  font-size: 1.3em;
  line-height: 1.1em;
  padding-bottom: 5px;
  text-transform: uppercase;
}
h2, .h2{
  font-family: 'Signika', sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  text-transform: none;
}
h3, .h3{
  font-family: 'Signika', sans-serif;
  font-weight: 600;
  font-size: 1em;
}
h4, .h4{
  font-family: 'Signika', sans-serif;
  font-weight: 400;
  font-size: 1em;
}
.p{
  font-family: 'Signika', sans-serif;
  font-weight: 400;
  font-size: 1em;
}
article ul,
article ol{
  padding-left: 20px;
}
article:not(.expertiseOverview, .home) a{
  color: #bb971d;
}
article:not(.expertiseOverview, .home) a:hover{
  text-decoration: underline;
}


/*      HEADER &amp; MENU      */
header{
  box-sizing: border-box;
  text-transform: uppercase;
  z-index: 10;
  background-color: #FFF;
  font-weight: 600;
  padding-top: 20px;
}
header.fixed{
  position: fixed;
  top: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
  z-index: 3;
}
header a.logoHolder{
  width: 250px;
  margin-bottom: 20px;
  display: block;
}
header a.logoHolder img{
  display: block;
  width: 100%;
}

a.mobileContact{
  display: none;
}

div.anniversary{
  position: absolute;
  left: 20%;
  top: -120px;
  text-transform: none;
  font-weight: 400;
  padding: 10px;
  line-height: 1.3em;
  font-size: 0.9em;
  -webkit-box-shadow: 0px 2px 10px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 10px -4px rgba(0,0,0,0.75);
  box-shadow: 0px 2px 10px -4px rgba(0,0,0,0.75);
  animation: moveIn 2s ease-in-out 1s forwards;
}

@keyframes moveIn {
  0% { top: -120px; }
  100% { top: -20px; }
}

div.anniversary span{
  font-weight: 700;
  font-size: 1.7em;
}


div.menuHolder{
  color: #307083;
  background-color: #ecebe7;
  padding-top: 30px;
  padding-bottom: 30px;
}
div.menuHolder nav{
  position: relative;
}
div.menuHolder nav&gt;ul{
  display: flex;
  align-items: center;
}
div.menuHolder nav ul li{
  position: relative;
  list-style-type: none;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  margin: 0px;
  line-height: 1em;
}
div.menuHolder nav ul li a{
  display: block;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  color: inherit;
  position: relative;
  line-height: 1em;
}
div.menuHolder nav ul li a:hover{
  color: #bb971d;
}

div.menuHolder nav ul li.menuItem a:before,
div.menuHolder nav ul li.socialLinks:before,
div.menuHolder nav ul li.socialLinks:after{
  display: block;
  content: "|";
  position: absolute;
  left: -17px;
  top: 0px;
  color: #307083;
}

div.menuHolder nav&gt;ul&gt;li:nth-child(8),
div.menuHolder nav&gt;ul&gt;li:nth-child(9){
  position: absolute;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  right: 0px;
  top: -5px;
  background-color: #D6715F;
  color: #FFF;
}
div.menuHolder nav&gt;ul&gt;li:nth-child(8){
  right: 100px;
  background-color: #bb971d;
}
div.menuHolder nav&gt;ul&gt;li:nth-child(8) a:before{
  content: "";
}

div.menuHolder nav&gt;ul&gt;li:nth-child(8) a:hover,
div.menuHolder nav&gt;ul&gt;li:nth-child(9) a:hover{
  color: #307083;
}
div.menuHolder nav?ul&gt;li:nth-child(8) a:after,
div.menuHolder nav&gt;ul&gt;li:nth-child(9) a:after{
  display: none;
}
div.footerCol:nth-child(4) p.withSpeech:before,
div.menuHolder nav ul li:nth-child(9) a:before{
  content: "";
  width: 150px;
  height: 110px;
  background-image: url("../images/clouds/contact.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -120px;
  left: -40px;
  animation: fillAnimation 3s infinite alternate;
}

@keyframes fillAnimation {
  0% { background-image: url("../images/clouds/contact.svg"); }
  50% { background-image: url("../images/clouds/contact_red.svg"); }
  100% { background-image: url("../images/clouds/contact.svg"); }
}


div.menuHolder nav ul li.socialLinks:before {
  left: 0px;
}
div.menuHolder nav ul li.socialLinks:after{
  left: auto;
  right: -5px;
}

footer a.social,
div.menuHolder nav ul li a.social{
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 10px;
  background-color: #307083;
  color: #FFF;
  font-size: 0.6em;
  padding-top: 1px;
  margin-left: 5px;
}

footer a.social{
  margin-left: 0px;
  margin-right: 5px;
}
footer a.social:hover,
div.menuHolder nav ul li a.social:hover{
  background-color: #bb971d;
}


div.menuHolder nav ul li:hover ul{
  display: block;
}
div.menuHolder nav ul li ul{
  position: absolute;
  left: -8px;
  display: none;
  background-color: #ecebe7;
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: left;
  z-index: 10;
}
div.menuHolder nav ul li ul li{
  position: relative;
  display: block;
  float: none;
  list-style-type: none;
  font-size: 0.85em;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 28px;
  padding-right: 28px;
  margin: 0px;
  background-color: #ecebe7;
  white-space: nowrap;
  font-weight: 400;
  letter-spacing: 1px;
}
div.menuHolder nav ul li ul li.menuItem a:before{
  display: none;
  content: "";
}

div.menuButton{
  display: none;
}

article.content{
    background-color: #307083;
}
article.content div.centerContent{
  width: 1000px;
}

article.content div.block{
  padding: 50px;
  box-sizing: border-box;
  position: relative;
}
article.content div.block.noBottomPadding{
  padding-bottom: 0px;
}
article.content div.block.imageBlock div.textHolder,
article.content div.block.imageBlock .sideImage{
  width: 45%;
}

article.content div.block.clouds img{
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
article.content div.blue div.block.clouds img{
  width: 50%;
}
article.content div.blue div.block.clouds img{
  width: 70%;
}
article.content.jobs div.block:nth-child(odd),
article.content div.block.grey {
  background-color: #ecebe7;
}


/*      HOME      */
article.content.home{
  background-color: #FFF;
}
article.content.home div.block.video{
  padding: 0px;
  margin: 0px;
  background-color: #307083;
}

article.content.home div.block.video:hover .overlayBg,
article.content.home div.block.video:hover .videoContent .centerContent{
  opacity: 0;
}
article.content.home div.block.video:hover .videoContent .homePlay{
  opacity: 1;
}
article.content.home div.block.video div.videoHolder{
  margin-top: 0px;
}
article.content.home div.block.video div.videoHolder div.videoOverlay{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
article.content.home div.block.video div.videoHolder div.overlayBg{
  background-color: #307083;
  mix-blend-mode: multiply;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  top: 0px;
  z-index: 10;
  transition: opacity 1s;
}
article.content.home div.block.video div.videoHolder div.videoContent{
  z-index: 20;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: pointer;
}
article.content.home div.block.video div.videoHolder div.videoContent div.centerContent{
  background: none;
  color: #FFF;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: opacity 1s;
}

.homePlay{
  font-size: 10em;
  color: #FFF;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 1s;
}

article.content.home div.block.video div.videoHolder div.videoContent img{
  display: block;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
article.content.home div.block.video div.videoHolder div.videoContent h1{
  display: block;
  width: 150px;
  box-sizing: border-box;
  padding-left: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  text-transform: none;
  line-height: 1.3em;
}
article.content.home div.block.video div.videoHolder div.videoContent p{
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
article.content.home div.block.video div.videoHolder div.videoContent span{
  color: #bb971d;
}
article.content.home .slideshow{
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 0px;
  padding-top: 25%;
  position: relative;
}
article.content.home .slideshow div.slide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
article.content.home .slideshow div.slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

article.content.home div.blue img{
  display: block;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
article.content.home div.blue div.block{
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}


/*    NEWS    */
div.newsItem{
  width: 100%;
  margin-bottom: 40px;
}
div.newsItem img{
  display: block;
  width: 35%;
  margin-right: 5%;
}
div.newsItem a span{
  display: block;
  width: 100%;
}


/*    EXPERTISES   */
article.content div.block.expertiseOverview {
  justify-content: space-between;
  flex-wrap: wrap;
}
article.content div.block.expertiseOverview.therapyOverview{
  justify-content: space-around;
}
article.content div.block.expertiseOverview a {
  margin-bottom: 60px;
  width: 23%;
}
article.content div.block.expertiseOverview.therapyOverview a {
  margin-bottom: 60px;
  width: 30%;
}

article.content div.block.expertiseOverview a:hover svg .square {
  fill: #bb971d;
}

article.content div.block.expertiseOverview img,
article.content div.block.expertiseOverview svg{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  width: 100px;
  height: auto;
}
article.content div.block.expertiseOverview span {
  display: block;
}

article.content.expertise div.block {
}
article.content.expertise div.block.grey{
  background-color: #ecebe7;
  padding-left: 100px;
  padding-right: 100px;
}
article.content.expertise div.block.grey img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  width: 100px;
}
article.content div.block.expertiseOverview .h1,
article.content.expertise div.block.grey h1 {
  color: #bb971d;
  min-height: 56px;
}
div.block.grey.arrow:after{
  content: "";
  width: 0px;
  height: 0px;
  border: 30px transparent solid;
  border-top: solid #ecebe7 30px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: -60px;
}



div.videoHolder{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  overflow: hidden;
}
div.videoWrapper{
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 56.25%;
  z-index: 2;
}
div.videoWrapper iframe{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
div.playerClick{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}

div.logoBlock{
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
div.logoHolder{
  width: 23%;
  padding-top: 23%;
  position: relative;
  margin-left: 1%;
  margin-right: 1%;
}


/*      TEAM    */
div.employee{
  width: 17%;
  padding-top: 65px;
  position: relative;
  flex: 0 0 auto;
  align-self: flex-start;
  margin-bottom: 20px;
  margin-right: 3.67%;
}
div.employee:nth-child(5n) {
  margin-right: 0px;
}

div.employee span.name{
  display: block;
  position: absolute;
  right: -20px;
  top: 0px;
  width: 105px;
  height: 88px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  color: #FFF;
  font-size: 0.8em;
  line-height: 1.2em;
  box-sizing: border-box;
  padding-top: 13px;
}
div.employee span.name.cloud1{
  background-image: url('../images/clouds/team-1.svg');
  background-position: right top;
}
div.employee span.name.cloud2{
  background-image: url('../images/clouds/team-2.svg');
  background-position: right top;
  width: 139px;
  left: -10px;
  right: auto;
}
div.employee span.name.cloud3{
  background-image: url('../images/clouds/team-3.svg');
  background-position: right top;
  width: 116px;
  right: -10px;
}
div.employee span.name.cloud4{
  background-image: url('../images/clouds/team-4.svg');
  background-position: right top;
  right: -10px;
  width: 127px;
  height: 88px;
}
div.employee span.name.cloud5{
  background-image: url('../images/clouds/team-5.svg');
  background-position: left top;
  left: -10px;
  right: auto;
}
div.employee img{
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-radius: 20px;
  border: solid 7px #307083;
}
div.employee a.linkedin {
  position: absolute;
  left: -10px;
  top: 238px;
  background-color: #0072B1;
  border: solid 3px #FFF;
  color: #FFF;
  width: 40px;
  height: 40px;
  padding-left: 1px;
  line-height: 36px;
  text-align: center;
  border-radius: 20px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 17px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 17px -4px rgba(0,0,0,0.75);
  box-shadow: 0px 2px 17px -4px rgba(0,0,0,0.75);
}
div.employee span.function{
  display: block;
  font-size: 0.9em;
  line-height: 1.2em;
  padding-top: 10px;
}


/*      VACATURES    */
.content.jobs div.block.grey.text-center a{
  display: block;
}

/*      CONTACT    */
p.contactInfo{
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
p.contactInfo span{
  width: 50%;
}
p.contactInfo span:nth-child(odd){
  font-weight: bold;
}
div.contactForm{
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
input.inputText, select.inputSelect, label{
  -webkit-appearance: none;
  display: block;
  position: relative;
  background: none;
  color: #307083;
  background-color: #FFF;
  height: 40px;
  font-family: 'Signika', sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 40px;
  margin-bottom: 10px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  border: none;
  text-align: left;
  letter-spacing: 1px;
}
textarea.inputArea{
  display: block;
  position: relative;
  background: none;
  border: none;
  color: #307083;
  background-color: #FFF;
  height: 120px;
  font-family: 'Signika', sans-serif;
  font-weight: 400;
  font-size: 1em;
  padding: 10px;
  padding-left: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
input.inputText.error, select.inputSelect.error, textarea.inputArea.error{
  background-color: #d67260;
  color: #FFF;
}
input.inputText::-webkit-input-placeholder,
textarea.inputArea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #307083;
}
input.inputText::-moz-placeholder,
textarea.inputArea::-moz-placeholder{ /* Firefox 19+ */
  color: #307083;
}
input.inputText:-ms-input-placeholder,
textarea.inputArea:-ms-input-placeholder{ /* IE 10+ */
  color: #307083;
}
input.inputText:-moz-placeholder,
textarea.inputArea:-moz-placeholder{ /* Firefox 18- */
  color: #307083;
}
input.inputText.error::-webkit-input-placeholder,
textarea.inputArea.error::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #FFF;
}
input.inputText.error::-moz-placeholder,
textarea.inputArea.error::-moz-placeholder{ /* Firefox 19+ */
  color: #FFF;
}
input.inputText.error:-ms-input-placeholder,
textarea.inputArea.error:-ms-input-placeholder{ /* IE 10+ */
  color: #FFF;
}
input.inputText.error:-moz-placeholder,
textarea.inputArea.error:-moz-placeholder{ /* Firefox 18- */
  color: #FFF;
}


.submitButton{
  -webkit-appearance: none;
  display: inline-block;
  background-color: #bb971d;
  color: #FFF;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 600;
  font-family: 'Signika', sans-serif;
}


/*      FOOTER      */
footer{
  background-color: #bb971d;
  background-image: url("../images/patroon.svg");
  background-size: 160px auto;
  background-repeat: repeat;
  padding-top: 80px;

}
div.footerCol{
  width: 25%;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 40px;
  border-right: solid 1px #FFF;
  color: #FFF;
}
div.footerCol nav ul{
  list-style: none;
  text-transform: uppercase;
}
div.footerCol span.h3{
  text-transform: uppercase;
}
div.footerCol img{
  display: block;
  width: 100px;
  margin-top: 30px;
}

div.footerCol:nth-child(3) p{
  text-transform: uppercase;
}
div.footerCol:nth-child(4){
  border: none;
  color: #307083;
  font-weight: 600;
}
div.footerCol:nth-child(1) a:hover,
div.footerCol:nth-child(4) a:hover{
  text-decoration: underline;
}
div.footerCol:nth-child(4) ul {
  margin-left: 20px;
}

div.footerCol h4 {
  color: #307083;
  margin-top: 20px;
}

div.footerCol input.inputText{
  height: 30px;
  font-size: 0.9em;
  line-height: 30px;
  letter-spacing: 0px;
}
div.footerCol .submitButton {
  background-color: #307083;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 0.9em;
}
div.footerCol:nth-child(4) p.withSpeech{
  position: relative;
}

div.footerLogos{
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 10px;
}
div.footerLogos div{
  width: 100px;
}
div.footerLogos div img{
  width: 100%;
}

#newsletterThanks{
  display: none;
}

div.copyright{
  font-size: 0.7em;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  letter-spacing: 1px;
  background-color: #FFF;
}
div.copyright br{
  display: none;
}
div.copyright p{
  display: inline;
}
div.copyright a:hover{
  text-decoration: underline;
}</pre></body></html>