/*
Donkerblauw: #194583
Groen: #cccb32
*/

/* 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: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  color: #194583;
  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: 1400px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
}

/*      HEADER      */
header{
  width: 100%;
  z-index: 2;
  position: relative;
}

div.slideShow{
  height: 0px;
  padding-top: 39%;
  position: relative;
}
div.slideShow div{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

div.menuHolder{
  position: fixed;
  top: 25px;
  right: 70px;
  box-sizing: border-box;
  font-weight: 900; 
  text-align: right;
}

div.menuHolder nav{
  position: relative;
  box-sizing: border-box;
}
div.menuHolder nav ul{
  
}
div.menuHolder nav ul li{
  position: relative;
  display: inline-block;
  list-style-type: none;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  margin: 0px;
  font-size: 1.25em;
  margin-right: 10px;
  margin-top: 5px;
  box-sizing: border-box;
  background-color: #FFF;
  text-transform: uppercase;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
div.menuHolder nav ul li a{
  display: block;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  color: inherit;
}
div.menuHolder nav ul li.menuButton{
  display: none;
}

img.logoHolder{
  display: block;
  position: absolute;
  left: 50px;
  top: 20px;
  width: 160px;
}



/*      CONTENT      */
h1{
  line-height: 1.1em;
  font-size: 2.3em;
  font-weight: 700;
  margin-bottom: 15px;
  color: #194583;  
}
h2{
  font-size: 2.3em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  color: #194583;
  text-transform: uppercase;
}


/*      INFO      */
div.block.default{
  padding-top: 70px;
  padding-bottom: 70px;
}
article{
  width: 50%;
  float: right;
  box-sizing: border-box;
  padding-right: 5%;
}
div.block.default.center article{
  width: 100%;
  float: none;
  text-align: center;
  padding: 0px;
}

article h2{
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 5px;
  text-align: left;
}
article a{
  text-decoration: underline;
  color: #194583;
}
article a.button{
  text-decoration: none;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.25em;
  margin-right: 5px;
  box-sizing: border-box;
  color: #FFF;
  background-color: #fa9300;
  text-transform: uppercase;
  font-weight: 700;
}
article a.back{
  height: 42px;
  line-height: 42px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 21px;
  font-size: 1.5em;
}

div.textHolder ul, div.textHolder ol{
  margin-left: 20px;
}
div.textHolder ul li, div.textHolder ol li{
  padding-bottom: 5px;
}

aside{
  width: 45%;
  float: left;
}

aside div.videoHolder,
aside.news{
  height: 0px;
  padding-top: 53%;
  position: relative;
  box-sizing: border-box;
  border: solid 20px #FFF;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.25);
}
aside.news{
  padding-top: 30%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
aside iframe{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

aside div.cta{
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px;
  background-color: #fa9300;
  color: #FFF;
  padding: 40px;
  transform: rotate(-6deg);
}


/*      NEWS    */
div.block.news{
  background-color: #fa9300;
  color: #FFF;
  padding-top: 70px;
  padding-bottom: 70px;
}
div.block.news h2{
  color: #FFF;
  font-size: 3em;
}

div.newsHolder{
  margin-top: 20px;
}
div.newsHolder a{
  display: block;
  float: left;
  width: 49%;
  margin-right: 1%;
  margin-bottom: 1%;
  background-color: #FFF;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.25);
}
div.newsHolder a:nth-child(2n){
  margin-right: 0px;
}
div.newsHolder a:nth-child(2n+1){
  clear: both;
}
div.newsHolder a img{
  width: 55%;
  float: left;
}
div.newsHolder a span.newsIntro{
  display: block;
  padding-left: 58%;
  color: #194583;
}
div.newsHolder a span.newsIntro span.title{
  display: block;
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5em;
  line-height: 1.1em;
  font-weight: 400;
  color: #194583;
}
div.newsHolder a span.newsIntro span.text{
  display: block;
}
div.newsHolder a span.newsIntro span.more{
  display: inline-block;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.25em;
  margin-right: 5px;
  box-sizing: border-box;
  color: #FFF;
  background-color: #194583;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 15px;
}


/*      FACTS     */
div.block.facts{
}
div.block.facts.donate{
  background-color: #194583;
  color: #FFF;
}
div.block.facts div.textHolder{
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
div.block.facts div.textHolder h2{
  text-align: left;
  color: #194583; 
  margin-bottom: 20px;
  font-weight: 700;
}
div.block.facts.donate div.textHolder h2{
  color: #FFF;
}
div.block.facts div.textHolder h3{
  color: #194583; 
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.3em;
}
div.block.facts div.textHolder a{
  text-decoration: underline;
}

div.block.facts img{
  display: block;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 5px;
} 


/*      CONTACT    */
div.block.contact div.textHolder a{
  color: #fa9300;
}
div.block.contact div.textHolder a:hover{
  text-decoration: underline;
}

div.formHolder{
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
div.formHolder h3{
  line-height: 1em;
  font-size: 1.4em;
  padding-left: 10px;
  padding-bottom: 10px;
  font-weight: 400;
}
div.formCol{
  width: 100%;
}
div.formCol div.inputHolder{
  width: 49%;
  float: left;
}
div.formCol div.inputHolder:nth-child(2n){
  margin-left: 2%;
}
div.formCol div.inputHolder.email{
  clear: both;
}

div.formHolder p.inputLabel{
  display: block;
  line-height: 1em;
  font-size: 1.4em;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #FFF;
}
input.inputText, select.inputSelect, label{
  -webkit-appearance: none;
  display: block;
  position: relative;
  background-color: #FFF;
  color: #194583;
  height: 56px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4em;
  font-weight: 900;
  line-height: 56px;
  margin-bottom: 10px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  border-radius: 28px;
  box-sizing: border-box;
  border: none;
}
div.spacer{
  height: 66px;
}

div#signout{
  display: none;
}
div#signin input.inputText,
div#signin p.inputLabel,
div#signin select.inputSelect{
  display: none;
}
select.inputSelect{
  background-image: url("../images/arrow-down.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 20px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  select.inputSelect{
    background: none;
    background-color: #FFF;
  }
}
#event{
  display: block;
}
textarea.inputArea{
  display: block;
  position: relative;
  background-color: #FFF;
  color: #194583;
  height: 140px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4em;
  font-weight: 900;
  margin-bottom: 10px;
  padding: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  border: none;
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}
input.inputText.error, select.inputSelect.error, textarea.inputArea.error{
  background-color: #ee0000;
  color: #FFF;
}
input.submitButton{
  clear: both;
  -webkit-appearance: none;
  display: none;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4em;
  font-weight: 900;
  text-transform: uppercase;
  height: 56px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  background-color: #fa9300;
  border: none;
  border-radius: 28px;
  cursor: pointer;
  float: left;
}
div.block.contact input.submitButton{
  display: block;
  margin-bottom: 30px;
  float: none;
}

div.checkBoxHolder{
  margin-bottom: 10px;
  color: #FFF;
  font-weight: 400;
  line-height: 40px;
}
div.checkBoxHolder input{
  display: none;
}
div.checkBoxHolder span.title{
  display: inline-block;
  line-height: 40px;
  padding-right: 20px;
}

div.checkBoxHolder div.checkBox{
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding-right: 20px;
  cursor: pointer;
}
div.checkBoxHolder.error{
  color: #fc3e33;
}
div.checkBoxHolder div.checkBox div.box{
  width: 24px;
  height: 24px;
  border-radius: 3px;
  background-color: #FFF;
  text-align: center;
  line-height: 24px;
  position: absolute;
}
div.checkBoxHolder div.checkBox div.box span{
  color: #fa9300;
  padding-left: 0px;
  display: none;
}
div.checkBoxHolder div.checkBox div.box span.active{
  display: inline;
}
div.checkBoxHolder div.checkBox span{
  padding-left: 34px;
  display: inline-block;
}


input.inputText::-webkit-input-placeholder,
textarea.inputArea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #194583;
  text-transform: uppercase;
}
input.inputText::-moz-placeholder,
textarea.inputArea::-moz-placeholder{ /* Firefox 19+ */
  color: #194583;
  text-transform: uppercase;
}
input.inputText:-ms-input-placeholder,
textarea.inputArea:-ms-input-placeholder{ /* IE 10+ */
  color: #194583;
  text-transform: uppercase;
}
input.inputText:-moz-placeholder,
textarea.inputArea:-moz-placeholder{ /* Firefox 18- */
  color: #194583;
  text-transform: uppercase;
}
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;
}


/*      CONTACT     */
div.block.contact{
  padding-top: 80px;
  padding-bottom: 50px;
  background-color: #194583;
  color: #FFF;
}
div.block.contact h2{
  color: #FFF;
  margin-bottom: 30px;
}
div.block.contact div.textHolder{
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}


/*      FOOTER      */
footer{
  background-color: #FFF;
  color: #194583;
  font-size: 1.2em;
  text-align: center;
}
footer span, footer a{
  display: inline-block;
  white-space: nowrap;
  padding: 20px;
}