html {
  height: 100%; }

body {
  height: 100%;
  margin: 0;
  background-image: url(../images/achtergrond.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom;
  background-color: #ddd;
  font-size: 14px;
  color: #0C7241;
  line-height: 20px; }

a {
  color: #0C7241; }

a:hover {
  color: #0C7241; }

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3 {
  font-family: 'Indie Flower', Arial, Verdana, sans-serif;
  color: #0C7241; }

h1 {
  padding: 10px 0;
  margin: 0; }

ul {
  padding: 0;
  margin: 0;
  list-style: inside; }

.container {
  max-width: 970px; }

.site {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  margin-bottom: 15px; }

.top {
  background-color: rgba(255, 255, 255, 0.75); }

.logo > div {
  padding: 15px;
  text-align: center;
  background-color: #FFF; }

.logo img {
  width: 250px;
  height: auto; }

.logo h3 {
  font-size: 28px;
  line-height: 36px;
  color: #0C7241;
  margin-bottom: 0; }

@media all and (max-width: 979px) {
  .logo h3 {
    display: none; } }
.nav-container {
  z-index: 100; }

.menu-container {
  background-color: #0C7241;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  overflow: hidden; }

.menu {
  list-style: none; }
  .menu li {
    display: inline-block !important; }
  .menu a {
    display: block;
    padding: 0 13px !important;
    font-family: 'Indie Flower', Arial, Verdana, sans-serif;
    font-size: 19px;
    line-height: 50px;
    color: #FFF;
    text-decoration: none; }
  .menu li.active a {
    background-color: #0e894e !important; }
  .menu a:hover {
    background-color: #0e894e !important;
    transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out; }

.submenu-container {
  margin: 30px 0;
  background-color: #0C7241;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden; }

.menu-submenu {
  list-style: none; }
  .menu-submenu a {
    display: block;
    padding: 0 13px !important;
    font-family: 'Indie Flower', Arial, Verdana, sans-serif;
    font-size: 19px;
    line-height: 50px;
    color: #FFF;
    text-decoration: none; }
  .menu-submenu li.active a {
    background-color: #0e894e !important; }
  .menu-submenu a:hover {
    background-color: #0e894e !important;
    transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out; }

.facebook {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 35px;
  height: 35px; }

@media all and (max-width: 979px) {
  .facebook {
    width: 25px;
    height: 25px; } }
.content {
  position: relative;
  margin: 30px 0 15px 0;
  padding: 20px 15px;
  background-color: #FFF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden; }

.content h2 {
  padding: 0 0 15px;
  margin: 0;
  font-size: 36px;
  color: #0C7241;
  line-height: 42px; }

.content h3 {
  padding: 0 0 15px;
  margin: 0; }

.page-header {
  margin: 0;
  padding: 0;
  border-bottom: none; }

.home-blocks {
  margin-top: 15px;
  margin-bottom: 15px; }

@media all and (max-width: 979px) {
  .home-blocks {
    margin-bottom: 0; } }
.home-block {
  border: solid 1px #FFF;
  background-color: #FFF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden; }

@media all and (max-width: 979px) {
  .home-block {
    margin-bottom: 15px; } }
.home-block-header {
  background-color: #0C7241; }

.home-block-header h2 {
  height: 50px;
  margin: 0;
  padding: 0;
  line-height: 50px;
  color: #FFF;
  text-align: center;
  font-size: 24px; }

.home-block-text {
  padding: 0 10px;
  line-height: 35px;
  background-color: #0C7241; }

.home-block-text {
  color: #FFF; }

.home-block-text a {
  display: block;
  color: #FFF;
  text-decoration: none; }

.webdesign {
  margin-bottom: 15px;
  text-align: center; }

.webdesign a {
  font-size: 10px;
  color: #0C7241; }
