html {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  font-family: 'Gentium Basic', serif;
  color: #211d1c;
  margin: 0;
  font-size: 20px;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  min-width: 525px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6em;
  width: 100%; }

h1 {
  font-weight: 100;
  font-size: 37px;
  margin: 1.6em 0;
  text-align: center; }

h2 {
  font-weight: 100;
  font-size: 28px;
  margin: 1.2em 0;
  text-align: center; }

h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0; }

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

a {
  text-decoration: none;
  color: #211d1c; }

p {
  text-align: justify; }

p a {
  text-decoration: underline; }

em {
  font-weight: bold; }

.col-1, .col-2, .col-3, .col-4 {
  float: left;
  width: 100%; }

.col-1 {
  max-width: 135px; }

.col-2 {
  max-width: 300px; }

.col-3 {
  max-width: 465px; }

.col-4 {
  max-width: 530px; }

.ml {
  margin-left: 30px; }

.mt {
  margin-top: 30px; }

.mb {
margin-bottom: 30px; }

.nmt {
  margin-top: 0; }

.pt {
  padding-top: 20px; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.tal {
  text-align: left; }

.hw {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  min-width: 400px; }

.words {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  line-height: 1.6em;
  font-size: 1.17em; }

.words li {
  margin: 0 10px;
  display: inline;
  white-space: nowrap; }

.words li.colorDark {
  color: #14321b; }

.words li.colorMedium {
  color: #105628; }

.words li.colorLight {
  color: #098236; }

.words li.fontSmall {
  font-size: 1em; }

.words li.fontMedium {
  font-size: 1.2em; }

.words li.fontLarge {
  font-size: 1.4em; }

.content-container {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
  z-index: 2; }

.content {
  padding: 0 30px; }

.left-bar {
  height: 100%;
  background-color: #211d1c;
  background-color: rgba(33, 29, 28, 0.95);
  text-align: center; }

.icon {
  margin: 20px; 
  height: 86px;}

figure {
  border: 1px solid #CCC;
  width: 280px;
  height: 280px;
  padding: 10px;
  box-shadow: 5px 5px 5px rgba(31, 31, 31, 0.31);
  display: inline-block;
  background-color: #FFF;
  margin: 0 0 20px;
  position: relative;
  left: -10px; }

figure img {
  width: 100%;
  height: 100%; }

header {
  height: 615px;
  background-image: url('../dist/header-home.jpg');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 510px; }

header#page-acupunctuur {
  background-image: url('../dist/header-acupunctuur.jpg');
  background-position: center bottom; }

header#page-behandelingen {
  background-image: url('../dist/header-behandelingen.jpg');
  background-position: center bottom; }

header#page-kinderen {
  background-image: url('../dist/header-kinderen.jpg');
  background-position: center bottom; }

header#page-tarieven {
  background-image: url('../dist/header-tarieven.jpg');
  background-position: center bottom; }

header#page-contact {
  background-image: url('../dist/header-contact.jpg');
  background-position: right bottom; }

header nav {
  float: right;
  margin-top: 65px; }

header nav ul {
  float: right; }

header nav ul li {
  float: left;
  margin-left: 40px;
  height: 38px; }

header nav ul li.active, header nav ul li:hover {
  border-bottom: 2px solid #211d1c; }

header nav ul li a {
  line-height: 42px;
  font-size: 20px; }

header .left-bar a {
  margin-top: 37px;
  display: inline-block; }

.wide-image {
  background-repeat: no-repeat;
  background-size: auto 250px;
  background-position: 50% 0;
  padding-top: 250px;
  margin-top: 100px; }

#wood {
  background-image: url('../dist/wood.jpg'); }

#fire {
  background-image: url('../dist/fire.jpg'); }

#earth {
  background-image: url('../dist/earth.jpg'); }

#metal {
  background-image: url('../dist/metal.jpg'); }

#water {
  background-image: url('../dist/water.jpg'); }

footer {
  height: 266px;
  position: relative;
  font-size: 14px;
  line-height: 1.7em;
  margin-top: 100px; }

footer .stroke {
  width: 100%;
  height: 188px;
  background-color: #d3d2d2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

footer .left-bar {
  max-height: 500px; }

footer .left-bar a {
  display: inline-block;
  margin-top: 30px; }

footer .left-bar a img {
  width: 80%; }

footer span {
  line-height: 2.1em; }

footer a:hover {
  text-decoration: underline; }

footer li img {
  vertical-align: middle; }

@media (max-width: 933px) {
  header {
    height: 473px;
    background-size: auto 375px; }
  header nav {
    position: absolute;
    left: 30px;
    top: 150px;
    width: 135px;
    text-align: center; }
  header nav ul {
    width: 100%; }
  header nav ul li {
    width: 100%;
    margin: 0;
    height: auto; }
  header nav ul li a {
    color: #d3d2d2;
    font-size: 14px; }
  header nav ul li:hover {
    border-bottom: none; }
  header nav ul li.active {
    border-bottom: 1px solid #d3d2d2; } }

@media (max-width: 755px) {
  footer .col-4 {
    max-width: 300px; } }

@media (max-width: 690px) {
  footer {
    height: auto; }
  footer .stroke {
    height: 358px; } }
