html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin: 0;
  line-height: 1.2em;
}

#vtkbalk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #424242;
  font-size: 12px;
  height: 2.1em;
  border-bottom: 1px solid #4c4c4c;
  -webkit-box-shadow: #2e2e2e 0 1px 0;
  -moz-box-shadow: #2e2e2e 0 1px 0;
  box-shadow: #2e2e2e 0 1px 0;
  z-index: 1;
  white-space: nowrap;
}

#vtkbalk_left {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -480px;
}

#vtkbalk_right {
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -480px;
}

#vtkbalk ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 0.22em;
}

#vtkbalk li {
  float: left;
}

#vtkbalk a {
  padding: 0.5em 1.4em 0.42em 1.4em;
  color: #A0A0A0;
}

#vtkbalk a:hover {
  background-color: #383838;
  color: #BBBBBB;
  border-bottom: 1px solid #424242;
  -webkit-box-shadow: #292929 0 1px 0;
  -moz-box-shadow: #292929 0 1px 0;
  box-shadow: #292929 0 1px 0;
}

#blastoise {
  position: absolute;
  left: 50%;
  top: 26.5px;
  margin-left: -300px;
  width: 750px;
}

/* pager */
.ad-pager {
    text-align: right;
    width: 100%;
    z-index: 500;
    position: absolute;
    bottom: 5px;
    right: 5px;
    overflow: hidden;
    cursor: pointer;
}
.ad-pager span {
    font-size: 10px;
    width: 8px;
    height: 8px;
    display: inline-block;
    color: #D5D5D5;
}
.ad-pager span.cycle-pager-active {
    color: #739A4A;
}


#head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #383838;
}

#header {
  position: relative;
  font-size: 14px;
  padding-bottom: 144px;
}

#logo {
  position: absolute;
  top: 78px;
  right: 50%;
  margin-right: 470px;
  z-index: 1;
}

#logo img {
  position: absolute;
  right: 0;
  margin-right: -100px;
  top: -2.6em;
  width: 82px;
  border: none;
}

#menu {
  position: absolute;
  top: 143px;
  left: 0;
  height: 4px;
  width: 100%;
  background: #739A4A;
  font-weight: bold;
  border-bottom: 1px solid #87ad5d;
  border-top: 1px solid #87ad5d;
  -webkit-box-shadow: #739a4a 0 1px 0;
  -moz-box-shadow: #739a4a 0 1px 0;
  box-shadow: #739a4a 0 1px 0;
}

#menu ul {
  list-style: none;
  position: absolute;
  right: 50%;
  top: 0;
  margin: 0;
  margin-right: -485px;
  margin-top: -2.7em;
  padding: 0;
  float: right;
}

#menu li {
  float: left;
  position: relative;
  padding: 0.7em 0.8em 1.4em 0.8em;
  cursor: pointer;
}

#menu a {
  padding: 0.4em 0.8em 0.5em 0.8em;
  color: white;
  white-space: nowrap;
}

#menu li:hover ul {
  display: inline;
}

#menu li ul {
  display: none;
  position: absolute;
  top: 3.1em;
  left: 0.8em;
  margin: 0;
  margin-right: -5em;
  z-index: 10000;
}

#menu li li:first-child:before {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #608747;
  border-bottom: 1px solid #809757;
  border-top: 1px solid #809757;
  -webkit-box-shadow: #608747 0 1px 0;
  -moz-box-shadow: #608747 0 1px 0;
  box-shadow: #608747 0 1px 0;
  font-size: 90%;
  padding: 0 1.17em 0 1em;
}

#menu li li {
  float: none;
  z-index: 1000;
  padding: 0;
  width: 100%;
}

#menu li li a {
  width: 100%;
  display: block;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  padding: 0.6em 1em 0.7em 1em;
  color: #707070;
  font-size: 90%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: white !important;
}

#menu li li:last-child a {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  border-bottom: 1px solid #d5d5d5;
}

#menu li li:hover a {
  color: #404040;
  border-bottom: 1px solid #d5d5d5;
}

#content {
  width: 960px;
  margin: 0 auto;
  padding: 162px 0 0 0;
  margin-bottom: 55px;
}

#footer {
  position: relative;
  width: 100%;
  background-color: #383838;
  clear: both;
  color: #808080;
}

#footer div.wrapper {
  width: 960px;
  margin: 0 auto;
  padding: 15px 0 20px 0;
  position: relative;
}

#footer:after {
  content: '';
  width: 100%;
  height: 4px;
  background: #739A4A;
  border-top: 1px solid #87ad5d;
  border-bottom: 1px solid #87ad5d;
  -webkit-box-shadow: #739a4a 0 -1px 0;
  -moz-box-shadow: #739a4a 0 -1px 0;
  box-shadow: #739a4a 0 -1px 0;
  position: absolute;
  top: -6px;
  left: 0;
  padding: 0;
}

#footer:before {
  content: '';
  background-color: #E0E0DA;
  width: 100%;
  position: absolute;
  top: -16px;
  left: 0;
  height: 9px;
}

#footer #schild {
  margin-top: 4px;
  margin-left: 15px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 20px;
  left: 5px;
}

#footer #schild:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

#contact {
  width: 590px;
  float: right;
  margin-bottom: 40px;
  margin-right: 50px;
}

#contact h2, #socialmedia h2 {
  border: none;
  color: #A0A0A0;
  padding: 0 0 10px 0;
  margin: 12px 0 0 0;
  border-bottom: 1px solid #474747;
  -webkit-box-shadow: #303030 0 1px 0;
  -moz-box-shadow: #303030 0 1px 0;
  box-shadow: #303030 0 1px 0;
}

#contact ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 10px;
  width: 590px;
  line-height: 1.5em;
}

#contact li {
  width: 30%;
  display: inline;
  float: left;
}

#contact a {
  color: #808080;
}

#contact a:hover {
  color: #B0B0B0;
}

#socialmedia {
  width: 120px;
  float: right;
  margin-left: 46px;
}

#socialmedia img {
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=18);
  opacity: 0.18;
  margin: 0;
  width: 90%
}

#socialmedia li:hover img {
  opacity: 1;
}

#socialmedia ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 10px;
  width: 120px;
  line-height: 1.5em;
}

#socialmedia li {
  width: 50%;
  display: inline;
  float: left;
}

#copyright {
  clear: both;
  padding-top: 8px;
  position: relative;
  border-top: 1px solid #303030;
  -webkit-box-shadow: #474747 0 -1px 0;
  -moz-box-shadow: #474747 0 -1px 0;
  box-shadow: #474747 0 -1px 0;
  font-size: 90%;
  color: #707070;
}

a {
  color: #D78A00;
  text-decoration: none;
}

a img {
  border: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 28px;
  font-family: "Tienne", serif;
  font-weight: normal;
  margin: 0.8em 0 0.6em 0;
  color: #303030;
  line-height: 1.3em;
}

h1:first-letter:not(.no-transform),
h2:first-letter:not(.no-transform),
h3:first-letter:not(.no-transform),
h4:first-letter:not(.no-transform),
h5:first-letter:not(.no-transform),
h6:first-letter:not(.no-transform) {
  text-transform: capitalize;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 15px;
}

h2.home {
  font-size: 19px;
  font-family: "Tienne", serif;
  font-weight: bold;
  padding: 0.1em 0 0 0.6em;
  margin: 0.8em 0 1.2em 0;
  text-transform: uppercase;
}

.clearboth {
  clear: both;
}

.mobile {
  display: none;
}

.small {
  font-size: 80%;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.extra_mededeling {
  height: 0.8em;
  padding-right: 2px;
}

.greylink {
  font-family: "Lato", sans-serif;
  background: #fcfcfc;
  color: #7c7c7c;
  font-size: 12px;
  padding: 3px 6px;
  text-transform: uppercase;
  border: 1px solid #e0e0e0;
  outline: none;
  display: inline-block;
  cursor: pointer;
  word-spacing: 0.1em;
}

.greylink:hover {
  background-color: #b6b6b6;
  color: #ffffff;
  border: none;
  padding: 4px 7px;
  text-decoration: none !important;
}

.greylink.inverse {
  background-color: #b6b6b6;
  border: none;
  color: #ffffff;
  padding: 4px 7px;
  text-decoration: none !important;
  font-weight: bold;
}

h1 .greylink {
  vertical-align: middle;
  margin-top: 0.55em;
  margin-left: 0.3em;
  line-height: 1.2em;
}

select.greylink {
  background: none;
  border: 1px solid #cccccc;
  display: inline;
  cursor: default;
  color: #707070;
  margin: 0 5px 0 0;
  text-transform: none;
  -webkit-appearance: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

select.greylink:hover {
  background: #F5F5F5;
  border: 1px solid #bbbbbb;
  color: #707070;
  padding: 3px 6px;
  -webkit-box-shadow: inset #e0e0e0 0 0 3px;
  -moz-box-shadow: inset #e0e0e0 0 0 3px;
  box-shadow: inset #e0e0e0 0 0 3px;
}

.greylink div {
  display: inline-block;
  height: 1em;
  width: 1em;
  overflow: hidden;
  background-size: 1em 2em !important;
  opacity: 0.4;
  vertical-align: top;
  margin: 0.25em 5px 0 0;
}

.greylink:hover div {
  opacity: 1;
  background-position: 0 1em !important;
}

.greylink .plussign {
  background: url("/static/images/plussign.550006b054f4.png");
}

.greylink .minsign {
  background: url("/static/images/minsign.44b1884aadbb.png");
}

.ui-datepicker {
  font-size: 90% !important;
}

p {
  margin: 0.7em 0;
}

p.warning {
  color: red;
}

ul.para_list {
  list-style: disc;
  margin-left: 30px !important;
}
ul.para_list li {
  margin: 0.2em 0;
}

b {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

i {
  font-style: italic;
}

.nowrap {
  white-space: nowrap;
}

.errorlist {
  color: red;
}

h2.section {
  border: 1px solid #dddddd;
  border-left: none;
  background-color: #F0F1EF;
  padding: 0.4em 0.6em 0.5em 0.6em;
  margin: 1.5em 0 0.8em 0.5em;
  position: relative;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 19px;
  color: #505050;
}

h2.section:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -0.5em;
  width: 0.5em;
  height: 100%;
  background-color: #CCCCCC;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

h2.section:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #f8f8f8;
  border-left: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.search_icon {
  opacity: 0.2;
  vertical-align: middle;
  margin-left: 2px;
}

.searchform input {
  vertical-align: middle !important;
}
.searchform .greylink {
  margin-bottom: 0;
}
.searchform input[type="text"] {
  margin: 0 5px;
  outline: none;
  padding: 0.3em 0.4em 0.4em 0.4em;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.searchform input[type="text"]:hover, .searchform input[type="text"]:focus {
  background: #F5F5F5;
  border: 1px solid #bbbbbb;
  -webkit-box-shadow: inset #e0e0e0 0 0 3px;
  -moz-box-shadow: inset #e0e0e0 0 0 3px;
  box-shadow: inset #e0e0e0 0 0 3px;
}
