/* 
Paars: #702283
Donkerpaars: #2a002b
Oranje: #f7a600
*/


/* general styles */
html, body, h1, h2, h3, h4, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
body{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6em;
  color: #2a002b;
  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%;
  margin: 0px;
  padding: 0px;
}
div.centerContent{
  width: 1100px;
  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%;
}

/*      HEADER      */
header{
  width: 100%;
  z-index: 2;
  position: relative;
  background-color: #702283;
  color: #FFF;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
header a.logoHolder{
  display: block;
  height: 49px;
  position: absolute;
  left: -49px;
  top: 13px;
  z-index: 10;
}
header a.logoHolder img{
  display: block;
  height: 100%;
}

header nav{
  position: relative;
  box-sizing: border-box;
}
header nav ul{
  display: block;
  width: 100%;
  text-align: center;
}
header nav ul li{
  position: relative;
  display: inline-block;
  list-style-type: none;
  padding: 42px;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 1em;
  font-size: 0.9em;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0px;
  box-sizing: border-box;
}
header nav ul li:hover,
header nav ul li.active{
  font-weight: 800;
}
nav ul li a{
  display: block;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  color: inherit;
}
nav ul li.menuButton{
  display: none;
}


/*      CONTENT      */
div.headerImage{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 0px;
  padding-top: 20%;
  position: relative;
}
div.headerImage.home{
  padding-top: 28.5%;
}
div.headerImage div.headerText{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: #FFF;
  line-height: 1.5em;
  border-left: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
div.headerImage div.headerText div.centerContent{
  height: 100%;
}
div.headerImage div.headerText div.textTable{
  width: 50%;
  float: right;
  text-align: justify;
}
div.headerImage div.headerText div.textCell p{
  border-right: solid 4px #f7a600;
  padding-right: 15px;
}

div.headerAngle,
div.footerAngle{
  width: 100%;
  height: 0px;
  padding-top: 2.74%;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -1px;
  background-image: url('../images/witte-hoek.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}
div.footerAngle{
  top: -1px;
  bottom: auto;
  background-image: url('../images/witte-hoek-boven.png');
}
div.footerAngle.left{
  background-image: url('../images/witte-hoek-links.png');
}

article{
  padding-top: 90px;
  position: relative;
}
article div.textHolder{
  padding-bottom: 100px;
}
article h1,
article h2,
article div.quote h3,
div.headerText,
div.newsHolder a.newsItem span.title,
div.eventHolder a.newsItem span.title{
  color: #702283;
  font-size: 1.25em;
  line-height: 1em;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-left: solid 4px #f7a600;
  padding-left: 20px;
  margin-bottom: 40px;
  box-sizing: border-box;
  display: block;
  text-align: left;
}
article h2{
  margin-bottom: 20px;
  line-height: 1.4em;
}

article div.textHolder p em{
  font-size: 0.8em;
  display: block;
  padding-left: 20px;
  padding-top: 3px;
}
article div.textHolder a:not(.ctaButton){
  color: #702283;
}
article div.textHolder h2 strong,
article div.textHolder p strong,
article div.textHolder li strong{
  color: #f7a600;
}

article div.textHolder ul {
  list-style: none;
  margin-left: 25px;
}
article div.textHolder ul li{
  position: relative;
}
article div.textHolder ul li::before {
  content: "\2013";
  color: #f7a600;
  font-weight: bold;
  display: block;
  position: absolute;
  left: -25px;
  top: 0px;
}
article div.textHolder ul li{
  padding-bottom: 10px;
}

article div.textHolder h3{
  color: #702283;
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 20px;
}

div.quote{
  position: relative;
  background-color: #bde2e8;
  text-align: center;
  padding-top: 5%;
  padding-bottom: 7%;
  margin-bottom: 60px;
}
article div.quote h3{
  color: #702283;
  display: inline-block;
  border-left: none;
  padding-left: 0px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  border-bottom: solid 4px #f7a600;
}

.ctaButton,
input.submitButton{
  background-color: #702283;
  color: #FFF;
  display: inline-block;
  padding: 15px;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 1em;
  text-transform: uppercase;
  margin-top: 40px;
  position: relative;
}
.ctaButton:hover{
  background-color: #f7a600;
}
.ctaButton img{
  position: absolute;
  right: -200px;
  bottom: -80px;
  display: block;
  width: 220px;
}

img.graphic1{
  position: absolute;
  left: -450px;
  top: -200px;
  width: 250px;
}
img.graphic2{
  position: absolute;
  right: -500px;
  top: -350px;
  width: 350px;
}
img.graphic3{
  position: absolute;
  left: -450px;
  top: 500px;
  width: 350px;
}
footer img.graphic{
  position: absolute;
  right: -450px;
  top: -250px;
  width: 300px;
}



/*      HOME    */
article.home div.textHolder{
  padding-bottom: 30px;
}
div.crosslinks{
  position: relative;
  background-color: #bde2e8;
  text-align: center;
  padding-top: 7%;
  padding-bottom: 70px;
}
div.crosslinks h2{
  margin-bottom: 10px;
}
div.crosslinks h2 span{
  display: block;
}
div.crosslinks h2 span:first-child{
  padding-bottom: 10px;
}
div.crosslinks h2:last-of-type{
  border: none;
  padding: 0px;
  color: #f7a600;
  line-height: 1.5em;
}
div.crosslinkHolder{
  margin-top: 30px;
}
div.crosslinkHolder a{
  display: block;
  float: left;
  width: 32%;
  margin-right: 2%;
  background-color: #009fe3;
  color: #FFF;
  text-align: left;
}
div.crosslinkHolder a:hover span.readmore{
  text-decoration: underline;
}

div.crosslinkHolder a:nth-child(2){
  background-color: #ebaeb2;
}
div.crosslinkHolder a:nth-child(3){
  margin-right: 0%;
  background-color: #f7a600;
}
div.crosslinkHolder a img{
  display: block;
  width: 100%;
}
div.crosslinkHolder a span.title{
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.25em;
  padding: 20px;
  padding-bottom: 0px;
}
div.crosslinkHolder a span.readmore{
  display: block;
  padding: 25px;
  padding-top: 0px;
}
div.newsBlock{
  padding-top: 100px;
  margin-bottom: 60px;
}
div.newsBlock div.centerContent{
  display: flex;
  align-items: stretch;
}
div.newsBlock div.newsHolder{
  background-color: #feeed5;
  padding: 25px;
  padding-bottom: 22px;
  box-sizing: border-box;
}
div.newsBlock div.newsHolder a.newsItem{
  padding: 0px;
  margin-bottom: 20px;
}
div.newsBlock div.newsHolder a.ctaButton{
  margin-top: 0px;
}
div.newsBlock div.eventHolder{
  padding-bottom: 0px;
}
div.newsBlock div.eventHolder a.newsItem{
  margin-bottom: 0px;
}


/*      NEWS    */
article.faq img.graphic1{
  top: 150px;
}
article.contact img.graphic1,
article.news img.graphic1{
  top: -150px;
}
article.contact img.graphic2,
article.faq img.graphic2,
article.news img.graphic2{
  top: -150px;
}
article.news img.graphic3{
  top: 600px;
}

article.news div.textHolder{
  padding-bottom: 50px;
}
div.newsHolder{
  width: 65%;
  float: left;
}
div.newsHolder a.newsItem,
div.newsText{
  display: block;
  background-color: #feeed5;
  padding: 25px;
  padding-top: 35px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
div.newsHolder a.newsItem span.title,
article div.textHolder div.newsText h1{
  text-transform: none;
  line-height: 1.2em;
  font-size: 1.1em;
  border: none;
  letter-spacing: 1px;
  border-bottom: solid 1px #f7a600;
  padding: 0px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
a.newsItem span.text-center{
  display: block;
}
a.newsItem span.ctaButton{
  margin-top: 10px;
}
div.pageNav{
  text-align: center;
  box-sizing: border-box;
  text-transform: uppercase;
}
div.pageNav a{
  font-weight: 300;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
div.pageNav a.active,
div.pageNav a:hover{
  color: #702283;
  font-weight: 800;
}
div.pageNav a:first-of-type{
  padding-left: 20px;
}

div.eventHolder{
  width: 32%;
  margin-left: 3%;
  float: left;
  padding-bottom: 100px;
}
div.eventHolder a.newsItem{
  display: block;
  margin-bottom: 30px;
  position: relative;
}

div.eventHolder a.newsItem img.schrijfin1,
div.eventHolder a.newsItem img.schrijfin2{
  position: absolute;
  display: block;
  right: -170px;
  top: 320px;
}
div.eventHolder a.newsItem img.schrijfin2{
  right: 20px;
  top: auto;
  bottom: -120px
}

div.eventHolder a.newsItem span.imageHolder{
  display: block;
  width: 100%;
  height: 0px;
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
article.home div.eventHolder a.newsItem span.imageHolder{
  padding-top: 58%;
}

article.home div.newsHolder,
article.home div.eventHolder{
  float: none;
}


div.eventHolder a.newsItem span.eventText{
  border: solid 2px #f7a600;
  border-top: none;
  display: block;
  padding: 20px;
}
div.eventHolder a.newsItem span.title{
  margin-bottom: 10px;
}
div.eventHolder a.newsItem span.ctaButton{
  margin-top: 30px;
}

article.news h1 a.ctaButton{
  color: #FFF;
  display: block;
  float: right;
  margin-top: 0px;
  font-weight: 300;
  margin-top: -15px;
  font-size: 0.8em;
}

article.news div.textHolder div.imageOverlayHolder{
  position: relative;
}
article.news div.textHolder img.newsImage{
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
article.news div.textHolder div.imageOverlay{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-image: url('../images/overlay.png');
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center center;
}


/*      FAQ     */
article.faq div.textHolder{
  padding-bottom: 50px;
}
div.faqHolder{
  margin-top: 50px;
}
div.faqHolder div.faq{
  border-bottom: solid 1px #feeed5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
div.faqHolder div.faq h2{
  text-transform: none;
  line-height: 1.2em;
  border: none;
  padding: 0px;
  cursor: pointer;
  margin-bottom: 0px;
  letter-spacing: 1px;
}
div.faqHolder div.faq h2 span{
  font-size: 0.7em;
}
div.faqHolder div.faq div{
  display: none;
  margin-top: 8px;
}
div.faqHolder div.faq ul{
  margin-left: 30px;
  margin-top: 10px;
}
div.faqHolder div.faq ul li{
  padding-bottom: 0px;
}




/*      CONTACT    */
div.contactForm{
  text-align: center;
  padding-top: 40px;
}
div.contactForm h3{
  text-align: left;
}

div.formCol{
  width: 48.5%;
  float: left;
}
div.formCol.last{
  margin-left: 3%;
}
input.inputText, select.inputSelect, label{
  -webkit-appearance: none;
  display: block;
  position: relative;
  background: none;
  color: #702283;
  height: 40px;
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 10px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  border: #f7a600 solid 1px;
  text-align: left;
}
input.inputText:last-of-type{
  margin-bottom: 0px;
}
textarea.inputArea{
  display: block;
  position: relative;
  background: none;
  border: #f7a600 solid 1px;
  color: #702283;
  height: 90px;
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  padding: 10px;
  padding-left: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
}
article.news textarea.inputArea{
  height: 140px;
}


input.inputText.error, select.inputSelect.error, textarea.inputArea.error{
  background-color: #f7a600;
}
div.formCol p{
  font-size: 0.6em;
  text-align: left;
  font-weight: 400;
}
input.submitButton{
  -webkit-appearance: none;
  display: inline-block;
  background-color: #feedda;
  color: #702283;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: 'Montserrat', sans-serif;
}
input.submitButton:hover{
  background-color: #702283;
  color: #FFF;
}

input.inputText::-webkit-input-placeholder,
textarea.inputArea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #702283;
}
input.inputText::-moz-placeholder,
textarea.inputArea::-moz-placeholder{ /* Firefox 19+ */
  color: #702283;
}
input.inputText:-ms-input-placeholder,
textarea.inputArea:-ms-input-placeholder{ /* IE 10+ */
  color: #702283;
}
input.inputText:-moz-placeholder,
textarea.inputArea:-moz-placeholder{ /* Firefox 18- */
  color: #702283;
}



/*      FOOTER      */
footer{
  text-align: left;
}
div.footerContact{
  background-image: url('../images/footer-bg.jpg');
  background-size: 100% auto;;
  background-repeat: repeat-y;
  background-position: center center;
  padding-top: 7%;
  padding-bottom: 5%;
  position: relative;
}
div.footerContact div.footerText p,
div.footerContact div.footerText b{ 
  display: block;
  color: #702283;
  font-size: 1.25em;
  line-height: 1em;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}
div.footerContact div.footerText p{
  border-left: solid 4px #702283;
  padding-left: 20px;
  color: #FFF;
  margin-bottom: 10px;
}
div.footerContact div.footerText p span{
  display: block;
}
div.footerContact div.footerText p span:first-child{
  padding-bottom: 10px;
}
div.footerContact div.contactPic{
  border: solid 4px #f7a600;
  border-radius: 160px;
  width: 320px;
  height: 320px;
  background-image: url('../uploads/image/109_0.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0px;
  bottom: -185px;
}

div.footerInfo{
  display: flex;
  align-items: stretch;
  padding-top: 95px;
  padding-bottom: 95px;
}
div.footerCol{
  width: 25%;
  box-sizing: border-box;
}
div.footerCol:nth-child(2){
  border-left: solid 2px #f7a600;
  border-right: solid 2px #f7a600;
  text-align: center;
  font-size: 0px;
  line-height: 0px;
}

div.footerCol:nth-child(3){
  width: 50%;
  padding-left: 60px;
}
div.footerCol h3{
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 2px;
  font-size: 0.9em;
  font-weight: 800;
  color: #702283;
}
div.footerCol nav ul li{
  position: relative;
  display: block;
  list-style-type: none;
  padding: 0px;
  line-height: 1.6em;
  font-size: 1em;
  cursor: pointer;
  margin: 0px;
  box-sizing: border-box;
}
div.footerCol nav ul li a:hover{
  text-decoration: underline;
}

div.footerCol p{
  line-height: 1.6em;
}
div.footerCol p b{
  font-weight: 800;
  color: #702283;
  font-size: 1.1em;
  letter-spacing: 1px;
}
div.footerCol p span{
  color: #702283;
  font-weight: 800;
}
div.footerCol p a:hover{
  text-decoration: underline;
}
div.footerCol a.logoHolder{
  display: inline-block;
  height: 100%;
  width: 120px;
}
div.footerCol a.logoHolder img{
  display: inline-block;
  width: 100%;
}
div.copyright{
  background-color: #fdd491;
  font-size: 0.5em;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  color: #702283;
  padding-top: 30px;
  padding-bottom: 30px;
  letter-spacing: 1px;
}
div.copyright br{
  display: none;
}
div.copyright p{
  display: inline;
}
div.copyright a:hover{
  text-decoration: underline;
}