/* #a2c705 */

/* general styles */
html, body, h1, h2, h3, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
body{
  font-family: 'Raleway', arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #333;
  background-image: url("../images/background.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

a{
  outline: 0;
  color: inherit;
}
a[href^="tel:"],
a[href^="tel:"]:hover{
  text-decoration: none;
}

img{
  border: 0;
}

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

.clear{
  display: block;
  clear: both;
}

.clear{
  clear: both;
}

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

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


/*      HEADER      */
header{
  position: relative;
  margin-bottom: 10px;
  padding-top: 10px;
}
header a.logoHolder{
  position: absolute;
  display: block;
  left: 0px;
  top: -10px;
  background-color: #FFF;
  z-index: 10;
  padding: 10px;
  padding-left: 0px;
  text-decoration: none;
  /*
  padding: 30px;
  padding-top: 50px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
  */
}
header a.logoHolder img{
  display: block;
  width: 100%;
}
header span.phoneHolder{
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  padding-top: 10px;
  padding-bottom: 10px;
}
header span.phoneHolder span.fa{
  padding-right: 10px;
}
header span.phoneHolder.mobile{
  display: none;
  position: absolute;
  left: 20px;
  top: 25px;
  text-align: left;
}


div.menuHolder{
  float: right;
  box-sizing: border-box;
  margin-top: 20px;
  font-size: 0.9em;
}
div.menuHolder nav{
  position: relative;
  height: 40px;
  border-bottom: 1px solid #e6dee9;
}
div.menuHolder nav.highlights{
  margin-top: 20px;
  font-size: 1.2em;
  font-weight: 700;
  border-bottom: none;
}

div.menuHolder nav ul{
  height: 100%;
  text-align: right;
}
div.menuHolder nav ul li{
  position: relative;
  display: block;
  float: left;
  list-style-type: none;
  color: #333;
  font-size: 1em;
  height: 100%;
  line-height: 40px;
  cursor: pointer;
  margin: 0px;
}
div.menuHolder nav ul li.home{
  font-size: 1.5em;
}
div.menuHolder nav.highlights ul li{
}
/*
div.menuHolder nav ul li.active>a, div.menuHolder nav ul li:hover>a,
div.menuHolder nav.white ul li.active>a, div.menuHolder nav.white ul li:hover>a,
div.menuHolder nav ul li.active>a.blackHover, div.menuHolder nav ul li:hover>a.blackHover{
  color: #a2c705;
}
div.menuHolder nav.highlights ul li.active a, div.menuHolder nav.highlights ul li:hover a,
div.menuHolder nav.highlights.white ul li.active a, div.menuHolder nav.highlights.white ul li:hover a,
div.menuHolder nav.highlights ul li.active a.blackHover, div.menuHolder nav.highlights ul li:hover a.blackHover{
  color: #333;
}
*/
div.menuHolder nav ul li.active>a,
div.menuHolder nav.white ul li.active>a, 
div.menuHolder nav ul li.active>a.blackHover{
  color: #000;
}
div.menuHolder nav.highlights ul li.active>a,
div.menuHolder nav.highlights.white ul li.active>a, 
div.menuHolder nav.highlights ul li.active>a.blackHover{
  color: #000;
}
div.menuHolder nav ul li ul li.active>a,
div.menuHolder nav.white ul li ul li.active>a, 
div.menuHolder nav ul li ul li.active>a.blackHover{
  color: #FFF;
}


div.menuHolder nav ul li a{
  display: block;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  padding-left: 18px;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
div.menuHolder nav ul li.home a span{
  display: none;
}
div.menuHolder nav ul li.home a span.fa{
  line-height: 40px;
  display: inline-block;
}
div.menuHolder nav ul li ul{
  display: none;
  position: absolute;
  left: 0px;
  height: auto;
  z-index: 10;
}
div.menuHolder nav ul li:hover ul{
  display: block;
}
div.menuHolder nav ul li ul li{
  display: block;
  float: none;
  text-align: left;
  white-space: nowrap;
  padding-right: 18px;
}
div.menuHolder nav ul li ul li a:hover{
  color: #FFF !important;
}

div.menuHolder nav ul li.menuButton{
  display: none;
}

div.menuHolder nav a.enjojButton{
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0px;
}
div.menuHolder nav a.enjojButton img{
  display: block;
}

header div.langHolder{
  position: absolute;
  right: 160px;
  top: 0px;
  z-index: 10;
}
.hidden{
  display: none !important;
}
header div.langHolder a{
  display: block;
  line-height: 32px;
  padding-left: 40px;
  padding-right: 10px;
  cursor: pointer;
  color: #000;
  background-color: #FFF;
  text-decoration: none;
}
header div.langHolder a:first-of-type{
  padding-left: 15px;
  line-height: 60px;
  background: none;
  color: #FFF;
}
header div.langHolder a:last-of-type{
  padding-bottom: 10px;
}
header div.langHolder span{
  width: 30px;
  font-size: 1.5em;
}


/*    FONTSIZE  */
div.fontSize{
  position: absolute;
  top: 0px;
  right: 0px;
  line-height: 24px;
}
div.fontSize span{
  cursor: pointer;
  font-size: 16px;
}
div.fontSize span.sizeLarge{
  font-size: 20px;
}
div.fontSize span.sizeLargest{
  font-size: 24px;
}


/*    CONTENT     */
div.visual{
  width: 100%;
  height: 310px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 60px;
}
div.visual div.angleLeft,
div.visual div.angleRight,
div.visual.home div.angleLeft,
div.visual.home div.angleBottom,
div.visual.home div.angleRight,
div.visual.home div.angleTop{
  display: none;
}



article, div.pageText{
  margin-top: 40px;
  margin-bottom: 40px;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

article h1{
  margin-bottom: 10px;
  font-size: 1.8em;
  line-height: 1.2em;
}
article h1 a{
  color: inherit;
  text-decoration: none;
}
article h2{
  font-size: 1.3em;
  line-height: 1.2em;
}
article a{
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}
article a:hover{
  color: #333;
  text-decoration: underline;
}

a.textImage{
  display: block;
  width: 48%;
  float: left;
  margin-right: 2%;
}
a.textImage img{
  display: block;
  width: 100%;
}
article ul{
  padding-left: 20px;
}


/*    THUISARTS   */
iframe.thuisartsFrame{
  width: 100%;
  height: 300px;
  border: solid 1px #999;
  margin-top: 30px;
}

/*    MAGAZINE - ITEMOVERVIEW     */
article.magazine{
  background: none;
  padding: 0px;
  margin-bottom: 30px;
}
div.listHolder{

}
div.listHolder div.itemButton,
div.listHolder a.itemButton{
  padding: 40px;
  margin-bottom: 10px;
}
div.mediaCol{
  width: 25%;
  margin-right: 2%;
  float: left;
  height: 0px;
  padding-top: 32%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
div.listHolder div.itemButton div.textCol{
  width: 73%;
  float: left;
}
div.mediaCol iframe, div.imageHolder, a.imageHolder{
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border: none;
}
div.imageHolder, a.imageHolder{
  background-size: cover;
  background-position: center center;
}

/*    MAGAZINE - ITEMOVERVIEW     */
article.youtube{
  background: none;
  padding: 0px;
  margin-bottom: 30px;
}
article.youtube div.listHolder a.itemButton{
  display: block;
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  box-sizing: border-box;
  text-decoration: none;
}
article.youtube div.listHolder a.itemButton:nth-child(3n){
  margin-right: 0px;
}
article.youtube div.listHolder a.itemButton span.imageHolder{
  display: block;
  width: 100%;
}
article.youtube div.listHolder a.itemButton span.imageHolder img{
  display: block;
  width: 100%;
}
article.youtube div.listHolder a.itemButton span.title{
  display: block;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.2em;
  text-decoration: none;
  padding-top: 10px;
  height: 56px;
}

article div.mediaCol.full{
  width: 100%;
  margin-right: 0%;
  float: none;
  padding-top: 56.25%;
}

article.magazine div.listHolder.center{
  margin-top: 20px;
  font-size: 0px;
  text-align: center;
}
article.magazine div.listHolder.center div.itemButton{
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  font-size: 10px;
  float: none;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}
article.magazine div.listHolder.center div.itemButton:nth-child(4n+1){
  clear: both;
}

/*    IFRAME    */
article div.iframeHolder{
  width: 100%;
  height: 800px;
}
article div.iframeHolder iframe{
  border: none;
  width: 100%;
  height: 100%;
}


/*    LOOKBOOK    */
div.lookbookMain{
  width: 100%;
  height: 0px;
  padding-top: 75%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
div.lookbook{
  float: left;
  width: 19%;
  height: 0px;
  padding-top: 15%;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
div.lookbook:nth-child(5n){
  margin-right: 0px;
}

/*    CONTACT & NEWSLETTER    */
div.formHolder{
  margin-top: 40px;
}
div.formHolder p.error{
  color: #fc3e33;
  font-weight: 700;
}
input.inputText{
  display: block;
  position: relative;
  background-color: #FFFFFF;
  color: #2f373c;
  height: 45px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 45px;
  margin-bottom: 9px;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #2f373c;
}
textarea.inputArea{
  display: block;
  position: relative;
  background-color: #FFFFFF;
  color: #2f373c;
  height: 120px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  margin-bottom: 9px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #2f373c;
}
input.inputText.error, select.inputSelect.error, textarea.inputArea.error{
  background-color: #fc3e33;
  color: #FFFFFF;
}
span.captchaError{
  color: #fc3e33;
  font-weight: 700;
}
input.submitButton{
  display: block;
  float: right;
  background-color: #2f373c;
  color: #FFFFFF;
  background-image: url("../images/arrow-right.png");
  background-repeat: no-repeat;
  background-position: 220px center;
  background-size: auto 18px;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: left;
  height: 34px;
  line-height: 34px;
  padding: 0px;
  width: 250px;
  padding-left: 20px;
  border: none;
  cursor: pointer;
  letter-spacing: 1px;
  border-radius: 17px;
}

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;
}

/*    INSCHRIJVEN   */
article.inschrijven h3{
  margin-top: 20px;
  margin-bottom: 6px;
}
div.inputRadio{
  padding-left: 9px;
  margin-bottom: 12px;
}
div.inputRadio.error{
  background-color: #fc3e33;
  color: #FFFFFF;
  padding-top: 5px;
  padding-bottom: 5px;
}
div.inputRadio h3{
  margin-left: -9px;
}
div.inputRadio label{
  display: block;
  font-size: 0.9em;
}
article.inschrijven div.inputRadio label input.inputText.small{
  width: 75%;
  display: inline-block;
  margin-left: 5px;
}
p.uploadTitle{
  padding-left: 9px;
  padding-bottom: 3px;
}
input.inputFile {
  width: 100%;
  
  height: 37px;
  margin-right: 34px;
  margin-bottom: 12px;
  text-align: left;
}
input.inputFile::-webkit-file-upload-button {
  visibility: hidden;
}
input.inputFile::before {
  display: inline-block;
  background: #f8f8f8;
  border: 1px solid #dedede;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
  width: 100%;
}
input.inputFile:hover::before {
  border-color: black;
}
input.inputFile:active::before {
  background: #f8f8f8;
}

/*      RECEPTEN      */
ul.inputList, ul.inputList li{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
ul.inputList li{
  display: none;
  border-bottom: solid 1px #dedede;
  margin-bottom: 9px;
}
div.listDivider{
  border-bottom: solid 1px #dedede;
  margin-bottom: 9px;
}
ul.inputList li input.inputText:nth-child(8){
  margin: 0px;
}
ul.inputList li div.fa, div.addChild{
  font-size: 1.5em;
  line-height: 39px;
  height: 39px;
  cursor: pointer;
  margin-left: 0.5%;
}
div.addChild span.medicineAdd{
  display: block;
  float: right;
  font-family: 'Raleway', arial, sans-serif;
  font-size: 0.9em;
  line-height: 37px;
  height: 37px;
  margin-left: 8px; 
}


/*    FOOTER    */
footer{
  color: #FFF;
  text-align: left;
}
footer div.footerContent{
  padding: 40px;
  padding-left: 150px;
  padding-right: 140px;
  border-radius: 60px;
}
footer div.footerContent.pantarhei{
  display: none;
}
footer a.fa{
  display: block;
  float: right;
  margin-left: 20px;
  line-height: 24px;
  font-size: 1.3em;
  text-decoration: none;
}
footer div.angleTop{
  display: none;
}

div.footerLogos{
  padding-top: 20px;
  padding-left: 150px;
  padding-bottom: 20px;
}
div.footerLogos img{
  display: block;
  float: left;
  margin-right: 50px;
  height: 90px;
}

.questionnaire-wrapper h1.questionnaireTitle {
  color: #729d8c !important;
}


/*      OVERLAY     */
div.overlay{
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
}
div.overlay div.popup{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 400px;
  border-radius: 20px;
  background-color: #FFF;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 700;
}
div.overlay div.closeButton{
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #000;
  color: #FFF;
  border-radius: 20px;
  cursor: pointer;
}
div.overlay div.closeButton span{
  line-height: 40px;
  font-size: 20px;
}
