/* auto-scale ALL images */
img {
  max-width: 100%;
  height: auto; }

/* page top */
/* list style general */
/*
ul {
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 0px;
    margin-top: 15px;
}
*/
li {
  list-style: disc;
  margin-left: 30px;
  margin-bottom: 20px; }

li li {
  margin-left: 0px; }

ol {
  margin-left: 0px;
  margin-top: -10px; }

ol li {
  list-style: decimal; }

a, a:visited {
  color: #8fb339;
  text-decoration: none; }

a:hover, a:focus {
  color: #000; }

/* list style for topmenu */
#topnav ul {
  margin: 0 0 0 0; }

#topnav li {
  /* font-family: "Georgia","Times New Roman",serif; */
  list-style: none;
  display: inline;
  margin: 0 15px 0 0; }

#topnav a {
  color: #555;
  text-decoration: none; }

#topnav a:hover {
  color: #222; }

/* list style for sidemenu */
#nav ul {
  margin-left: 0px; }

#nav li {
  /* font-family: "Georgia","Times New Roman",serif; */
  list-style: none;
  margin-bottom: 10px;
  margin-left: 0px; }

#nav a {
  color: #555;
  text-decoration: none; }

#nav a:hover {
  color: #222; }

/* source code blocks */
pre {
  margin-bottom: 20px;
  color: #4b5842;
  /*rgb(10, 10, 10);*/
  font-family: Consolas,"Liberation Mono",Courier,monospace;
  background-color: #fafafa;
  border: 1px solid #d6d6d6;
  /*
  font-size: 13px;
  */
  /*
  line-height: 19px;
  */
  overflow: auto;
  padding: 12px 10px;
  border-radius: 3px 3px 3px 3px; }

body code, li code {
  font-family: Consolas,"Liberation Mono",Courier,monospace;
  margin: 0px 0px;
  padding: 0px 2px;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px 3px 3px 3px; }

pre code, pre tt {
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  border: medium none; }

/* horizontal line */
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 10px;
  height: 0; }

hr.large {
  border: none;
  height: 8px;
  background: #ebebeb;
  margin: 50px 0; }

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px; }

table th, table td {
  padding: 10px 10px 9px;
  font-size: 13px;
  line-height: 18px;
  text-align: left; }

table td {
  vertical-align: top;
  border-top: solid 1px #ddd; }

table th {
  padding-top: 9px;
  font-weight: bold;
  vertical-align: middle; }

table.condensed th, table.condensed td {
  padding: 5px 5px 4px; }

table.bordered {
  border-collapse: separate;
  border: solid 1px #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

table.bordered th + th,
table.bordered th + td,
table.bordered td + td {
  border-left: solid 1px #ddd; }

.zebra-striped tbody tr:nth-child(odd) td,
.zebra-striped tbody tr:nth-child(odd) th {
  background: #f5f5f5; }

/* blockquote */
blockquote {
  padding-top: 0;
  padding-left: 30px;
  border-left: none; }

blockquote p {
  line-height: 21px;
  font-size: 14px;
  font-style: normal;
  color: #444; }

/*******************/
/* Leonard stijlen */
/*******************/
#header {
  /*height:140px;
  background-image:url(../figures/restriktor-bg.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size: auto 100%;*/ }

.headerNew {
  /*background:red;*/
  /*height:200px;*/
  position: relative;
  padding-top: 26px; }

.headerNew img {
  width: 100px;
  display: block;
  position: absolute;
  top: -5px;
  right: 0; }

.alpha img {
  width: 600px;
  display: block;
  margin: 0 auto;
  top: 0;
  right: 0;
  margin-top: 10px;
  margin-bottom: 40px; }

.headerNew h1 {
  font-size: 57px; }

.headerNew h1 .subTitle {
  font-size: 18px;
  display: block;
  line-height: 22px !important;
  color: #4b5842; }

.siteWideHeader {
  margin-bottom: 15px;
  padding-top: 20px;
  background-color: #fafafa; }

#menu {
  margin: 0 auto; }

#topnav li {
  margin: 0 2px 0 0; }

#topnav ul li a {
  color: #fff;
  display: inline-block;
  padding: 8px 14px;
  font-weight: bold;
  background: #4b5842;
  border: 1px solid #4b5842;
  border-bottom: none;
  border-radius: 5px 5px 0 0; }

#topnav ul li a:hover {
  color: #fff;
  text-decoration: underline; }

@media only screen and (max-width: 767px) {
  #topnav ul li a {
    margin-bottom: 5px;
    border-radius: 5px; } }
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #topnav ul li a {
    margin-bottom: 5px;
    border-radius: 5px; } }
h2, h3, h4 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 6px;
  display: inline-block;
  color: #8fb339;
  font-family: 'droid_sansbold', Arial; }

h1 {
  font-family: 'capture_itregular', Arial; }

ul[type="1"] {
  background: #e6f8bb;
  padding: 20px 20px 1px 20px;
  border-radius: 5px;
  border: 1px solid #c4ee5f;
  margin-bottom: 35px; }

ul ul, ul ol, ol ol, ol ul {
  font-size: 100%; }

ul.myList li {
  margin-bottom: 10px; }

li {
  line-height: 21px; }

p {
  margin: 0 0 24px 0; }

li p {
  margin-bottom: 12px; }

#nav li {
  margin: 0 0 6px 0; }

#nav a {
  display: block;
  background: #8fb339;
  padding: 8px 10px;
  color: #fff; }

pre {
  font-size: 14px;
  line-height: 22px; }

/*#nav li {
  margin-bottom:5px;
}
#nav ul li a {
  background:$baseColor1;
  padding:10px 10px;
  display:block;
  border-radius:10px;
  color:#fff;
}*/

/*# sourceMappingURL=custom-sass.css.map */
