/*! LOAD: fonts.roboto.regular, fonts.roboto.bold, wh.rich.content !*/

html,body
{
  margin: 0;
  padding: 0;
  line-height: 130%;
}
body
{
  overflow-y:scroll;
  color: #4c4c4c;
  font-family: robotoregular, tahoma, arial;
  line-height: 160%;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent; /* For some Androids */

  background: url("../img/bg.jpg") no-repeat fixed 50% 0 rgba(0, 0, 0, 0);
  background-size: cover !important;
}

p
{
  padding-bottom: 5px;
}

/** Images */

img {
  border: none;
}
img.centeredimage {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.leftimage {
  float: left;
  padding-right:10px;
}
img.rightimage {
  float: right;
  padding-left: 10px;
}
a[href]
{
  text-decoration: none;
  color: inherit;
}
/** Links */
#bodycontainer a[href]
{
  color: #673212;
  transition: color 0.2s;
}
#bodycontainer a[href]:hover {color: #888888;}
a[href]:focus {outline: 0;}
a[href]:active {outline: 0;}

/** Text layout */

hr {
  height:1px;
  color: #fffffff;
  background-color:#fffffff;
  margin: 20px 0;
  border:#778527 1px dashed;
  border-style: none none dashed;
}
h1
{
  font-family: robotoregular;
  font-size: 28px;
  color: #673212;
  margin: 0;
  font-weight: 300;
  line-height:150%;
}
h2
{
  color: #673212;
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0 2px 0;
  font-weight: normal;
  font-style: italic;
  font-family: Tahoma,Geneva,sans-serif,Arial;
}
h3
{
  color: #666666;
  font-size: 110%;
  margin: 16px 0 0 0;
}
h4
{
  color: #778527;
  margin: 0;
}
p.centered
{
  text-align: center;
}
p.center {
  text-align: center;
}

/** FAQ questions */

.faq .question
{
  font-style: italic;
  font-weight: bold;
  cursor: pointer;
  margin: 15px 0 0 0;
  padding: 0 0 0 22px;
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: color 500ms ease-out,background-color 500ms ease-out;
  transition: color 500ms ease-out,background-color 500ms ease-out;
  background: url('../img/faqclosed.png') no-repeat 10px 11px transparent;
  height:30px;
  line-height:30px;
}
 .faq .question.open
,.faq .question:hover
{
  background-color: #ffffff;
  color: #333333;
}
.faq .question.open
{
  background: url('../img/faqopen.png') no-repeat 7px 14px #ffffff;
}
.faq .answer
{
  overflow:hidden;
  margin: 0 15px -10px 0;
}

/** Other pagecontent layout */
#pagecontent
{
  margin: 0 auto;
  width: 1080px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
#pagetop
{
  position:relative;
  width: 100%;
}
#mainmenuholder
{
  height:50px;
  border-bottom: 1px solid #dbdbdb;
}
#mainmenu
{
  box-sizing: border-box;
  background:#f4f4f4;
  text-align:right;
  padding:25px 30px;
  width:100%;
  height:100%;
}
#mainmenu a.menulink
,#mainmenu a.menulink.selected
{
  text-decoration: none;
  color: #747474;
  font-family: robotoregular;
  font-size: 14px;
  padding: 0 10px;
}
#logoholder
{
  height: 85px;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  z-index: 1;
}
#logo
{
  position:absolute;
  top: -11px;
  left: 30px;
}

#pagecontent #containers
{
  margin: 20px 0;
  height: 35px;
  width: 100%;
}
#pagecontent #searchcontainer
{
  height: 35px;
  background-color: #99ab32;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow:  2px 2px 2px 2px #80884f;
  box-shadow:  2px 2px 2px 2px #80884f;
  float: left;
  padding: 0 14px 0 0;
}
#pagecontent #searchcontainer .searchfield
{
  padding: 7px 0 0 15px;
}
#pagecontent #searchcontainer .searchfield > input
{
  background: url("../img/magnifier.png") no-repeat scroll 1px -1px transparent;
  border: 0 none;
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  color: #FFFFFF;
  font-size: 10px;
  height: 23px;
  line-height: 23px;
  padding: 2px 68px 0 40px;
  margin: -2px 0 0 -4px;
  transition: width 300ms ease-out 0s, border-color 500ms ease 0s, background-color 0.15s ease 0s;
  -webkit-transition: width 300ms ease-out 0s, border-color 500ms ease 0s, background-color 0.15s ease 0s;
  width: 50px;
  outline: none;
}

#pagecontent #searchcontainer .searchfield > input:focus
{
  width: 600px;
  /*border-color: #000000;
  background-color: #eaeaea;*/
}
#pagecontent #searchcontainer .searchfield > input::-webkit-input-placeholder
{
  color:#ccc;
  font-style:normal;
}
#pagecontent #searchcontainer .searchfield > input::-moz-placeholder
{
  color:#ccc;
  font-style:normal;
}
#pagecontent #searchcontainer .searchfield > input::placeholder
{
  color:#ccc;
  font-style:normal;
}

#creditsfooter
{
  box-sizing:border-box;
  width:1080px;
  margin: 0 auto;
  padding:16px 30px;
  font-family: robotoregular;
  line-height: 1.8em;

}

ul.wh-menu-detached
{
  background-color: #f1f1f1;
  text-decoration: none;
  color: #ffffff !important;
  border-radius: 4px;
  box-shadow: 1px 2px 2px 0 #666666;
  padding: 20px;
  list-style-type: none;
  overflow:hidden;
}
ul.wh-menu-detached li
{
  position:relative;
}
ul.wh-menu-detached li
, ul.wh-menu-detached a
{
  color: #777777 !important;
  padding: 4px;
  font-size: 14px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;

}
ul.wh-menu-detached li a:hover
{
  color: #444444 !important;
  text-decoration: none;
  cursor: pointer;
}

ul.wh-menu-detached li ul
{
  position:absolute;
  left:100%;
  margin-left:25px;
  top:-15px;
}

#bodycontainer
{
  box-sizing:border-box;
  width:100%;
  background:#ffffff;
}
#bodycontainer table
{
  border-collapse:collapse;
  border: none;
}
.wh-rtd__table td
{
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.wh-rtd__table p
{
  margin-bottom: 3px;
  padding: 0;
}
#rightcolumn
{
  width: 210px;
  padding: 30px;
  background:#f7f7f7;
  vertical-align: top;
}
#rightcolumn p
{
  margin: 0;
}
#leftcolumn
{
  width: 960px;
  padding:30px;
  vertical-align: top;
}
#righthr
{
  margin: 0 auto;
  display: block;
  padding-top: 10px;
}
#time
{
  color: #9e9e9e;
  font-size: 18px;
  font-weight: 300;
  padding: 5px 0;
  line-height: 20px;
}
#pagecontent #bodycontainer .pagebody.nosubmenu
{
  width: 960px;
}

#pagecontent #slideshow
{
  margin: 0;
  width: 1080px;
  height: 510px;
}
#pagecontent #footercontainer
{
  background-color: #99ab32;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  width: 920px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 2px 2px 2px 2px #80884F;
  margin: 0 0 30px 0;
}
#pagecontent #footercontainer .footeritem
{
  width: 230px;
  color: #ffffff;
}
#pagecontent #footercontainer .footeritem .header
{
  font-family: robotoregular;
  font-size: 14px;
  margin: 6px 0 25px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#pagecontent #footercontainer .footeritem li
{
  display: block;
  margin: 5px 0 5px -40px;
  background-image: url("../img/menulist_footer.png");
  background-position: left top;
  background-repeat: no-repeat;
}
#pagecontent #footercontainer .footeritem a
{
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding-left: 25px;
}

#pagecontent #copyrightcontainer
{
  background-color: #FFF7C7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 20px;
  width: 1080px;
  border-radius: 10px;
  -webkit-box-shadow:  2px 2px 2px 2px #e7e3ce;
  box-shadow:  2px 2px 2px 2px #e7e3ce;
  margin: 0 0 30px 0;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 11px;
}
#pagecontent #copyrightcontainer .copyrightitem
{
  color: #333333;
}
#pagecontent #copyrightcontainer .copyrightitem a
{
  display: block;
  color: #333333;
  text-decoration: none;
  padding-left: 25px;
}

/* hoofdmenu
*/
ul.wh-menubar > li
, ul.wh-menubar > li.current
{
  color:#777777;
  padding: 0px;
}
ul.wh-menubar > li.hassubmenu:after
{
  content:"";
  position:absolute;

  top:50%;
  margin-top:-4px;
  right:8px;
  width:7px;
  height:7px;

  display:block;
  background: url('../img/menudown.png') no-repeat;
}
ul.wh-menubar > li > a
{
  font: 16px Arial;
  font-style: italic;
  padding: 3px 12px 21px;
  color: #673212;
  font-weight: 300;
}
  ul.wh-menubar > li.selected
{
  cursor: pointer;
  color: #673212;
}

ul.wh-menulist
{
  background:#f7f7f7;
  border-radius: 4px;
  box-shadow: 1px 2px 2px 0 #666666;
  padding: 4px 10px 8px 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  overflow:hidden;
}
ul.wh-menulist.level-1
{
  margin-top:6px;
}
ul.wh-menulist.level-2
{
  margin-left:12px;
}
ul.wh-menulist li
{
  padding: 5px 65px 5px 2px;
  font: 14px Arial, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color:#777777;
}
ul.wh-menulist li.selected
{
  color:#444444;
}
ul.wh-menulist li.hassubmenu:after
{
  content:"";
  position:absolute;

  top:50%;
  margin-top:-4px;
  right:0px;
  width:7px;
  height:7px;

  display:block;
  background: url('../img/menuright.png') no-repeat;
}

/* Mette's originele menucode
ul.wh-menu.wh-menu-menubar > li
{
  display: inline-block;
  margin-top: 25px;
}
ul.wh-menu.wh-menu-menubar > li a
{
  display: inline-block;
}
ul.wh-menu.wh-menu-menubar li
{
  padding: 0 10px;
}
ul.wh-menu.wh-menu-menubar li.hassubitems
{
  background: url('../img/arrowdown.png') scroll center 40px no-repeat #ffffff;
}
.wh-menu-menubar
{
  margin: 0;
  padding: 0;
  background:#ffffff;
}
.wh-menu-disabled
{
  color:#7f7f7f !important;
}
.wh-menu li.wh-menu-selected
{
}
ul.wh-menu.wh-menu-menubar li.hassubitems.wh-menu-selected
{
}
  .wh-menu-menubar > li.wh-menu-selected
, .wh-menu-menubar > li.selected
{
  background-color: #99AB32 !important;
  text-decoration: none;
}
.wh-menu-menubar ul
{
}
.wh-menu-divider
{
  border-top:1px solid #ffffff;
  padding:2px 0;
}*/

/** Webpack */

/* Global tag, containing the complete webpack item */
.whwp
{
}

/* Webpack item title */
.whwp .whwp-title
{
  font-weight: bold;
}

/* All links */
.whwp a
{
  color: #0000AA;
}

/* Characteristics shared between input and button style links */
.whwp .whwp-button, .whwp .whwp-button:hover
{
  width: 120px;
}

/* Links with an input button appearance */
.whwp a.whwp-button, .whwp a.whwp-button:hover
{
  display: block;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  padding: 2px 5px;
}

.whwp input.whwp-button
{
  /* IE/FF work around: first pointer, then hand */
  cursor: pointer;
  cursor: hand;
  font-family: arial, helvetica, sans-serif; /* Inherit font-family */
  font-size: 100%; /* Inherit font-size */
  background-color: #f9f9f9;
  border-radius: 6px;
}

.whwp .whwp-questiongroup
{
  margin: 20px 0;
  background-color: #ffffff;
}

/* Individual questions */
.whwp .whwp-questiongroup .whwp-question
{
  margin: 10px 0px;
}

/* Individual question labels */
.whwp .whwp-questiongroup .whwp-question label,
.whwp .whwp-questiongroup .whwp-question
{
  font-style: italic;
  margin: 10px 0px 4px 0px;
}

/* note: .whwp-formgroup is actually a grouping for options in a checkbox or radiobox question */

.whwp .whwp-questiongroup .whwp-question input, .whwp .whwp-questiongroup .whwp-question textarea,
.whwp .whwp-questiongroup .whwp-question option, .whwp label input, .whwp label textarea,
.whwp .whwp-questiongroup .whwp-question .whwp-formgroup label
{
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
}

/* 2011-09-23 */
.whwp-formgroup .whwp-option.error input
{
  border-color: #FF0000;
}



/***
Guestbook and Forum styles
***/

.whwp .whwp-entry
{
  border: 1px solid #000000;
  margin: 10px 0px;
}

.whwp .whwp-entry .whwp-header
{
  background-color: #D0D0D0;
  font-weight: bold;
  padding: 4px;
}

.whwp .whwp-entry .whwp-message
{
  padding: 4px;
}

.whwp .whwp-entry .whwp-message blockquote
{
  margin-left: 1pt;
  border-left: 1pt solid #000000;
  padding-left: 5pt;
}

.whwp .whwp-entry .whwp-footer
{
  padding: 5px;
}

.whwp table.whwp-table
{
  border: solid 1px #000000;
  border-collapse: collapse;
  width: 100%;
  font-size: 100%; /* Ensure IE picks up the inherited font-size for this table */
}

.whwp table.whwp-table th
{
  text-align: left;
  padding: 2px 5px;
  background-color: #D0D0D0;
  vertical-align: top;
  white-space: nowrap;
  color: #000000;
}

.whwp table.whwp-table td
{
  text-align: left;
  padding: 2px 5px;
  vertical-align: top;
}

.whwp .whwp-odd
{
  background-color: #EEEEEE;
}

.whwp .whwp-even
{
  background-color: #FFFFFF;
}

.whwp .whwp-errors
{
  color: #FF0000;
}

.whwp table.whwp-attachments
{
  font-size: 100%;
}

/* End of the standard webpack CSS definitions */
