/******************************************/
/* Layout *********************************/
/******************************************/
body {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #676765;
  background-color: #ffffff;
  line-height: 19px;
}
header {
  height: 110px;
}
header .container .header-left {
  margin-top: 20px;
  margin-bottom: 29px;
}
header .container .header-left img {
  max-width: 500px;
  max-height: 71px;
}
header .container .header-right {
  float: right;
  border-bottom: 1px dotted #47624a;
  padding-bottom: 8px;
  margin-top: 40px;
}
header .container .header-right .menu {
  margin: 0px;
  padding: 0px;
}
header .container .header-right .menu li.first a {
  padding-left: 3px;
}
header .container .header-right .menu li.last a {
  border-right: none;
  margin: 0px 3px;
  padding: 5px;
  height: 21px;
}
header .container .header-right .menu li {
  padding: 0px;
  margin: 0px;
  display: inline;
}
header .container .header-right .menu li a {
  color: #4d6649;
  font-family: "ff-din-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.077em;
  border-right: 1px solid #4d6649;
  padding: 0 15px;
  height: 12px;
  line-height: 12px;
  display: inline-block;
}
header .greyborder {
  margin-top: 50px;
  background-color: #eeeeee;
  min-height: 125px;
}
.container.white {
  background-color: #ffffff;
  /*margin-top: 93px;*/
}
.container.white .mybreadcrumb {
  margin-top: 18px;
  background-color: #ffffff;
  padding-left: 30px;
  height: 23px;
  line-height: 23px;
  background-image: url(img/breadcrumb-home-icon.png);
  background-repeat: no-repeat;
  background-position: top left;
}
.container.white .mybreadcrumb .pijl {
  color: #5f5f5f;
  padding: 4px;
}
.container.white .pagetitle {
  margin-top: 20px;
}
.container.white .pagetitle h1 {
  font-family: "ff-din-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.308em;
  color: #70a883;
  font-weight: normal;
  border-bottom: 1px dotted #70a883;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 0px;
  line-height: 45px;
}
.container.white .verplicht {
  color: #9C9C9C;
}
footer {
  background-color: #70a883;
  padding: 26px 0 26px 0;
  margin-top: 16px;
}
footer .container .row {
  min-height: 180px;
}
footer .titel {
  margin-bottom: 10px;
  display: block;
  font-size: 1.385em;
  font-family: "ff-din-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #ffffff;
}
footer .titel:hover {
  color: #ffffff;
}
footer ul {
  padding-left: 0px;
}
footer ul li {
  list-style-image: url(img/list-icon.png);
  margin-left: 11px;
  text-indent: -3px;
  margin-bottom: 5px;
}
footer ul li a,
footer ul li a:hover {
  color: #ffffff;
}
.btn,
.btn:hover {
  color: #ffffff;
  background-color: #70a883;
  border-radius: 0px;
  height: 36px;
}
.btn:hover {
  background-color: #f5b100;
}
.control-label {
  font-size: 14px;
}
.form-control {
  padding: 10px;
  border-radius: 0px;
  height: auto;
}
.form-group-small-margin {
  margin-bottom: 4px;
}
