@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Lato);
html,
body,
.container-fluid {
  height: 100%;
}
/* Defaults */
body {
  background-color: #f7f4ed;
  font-size: 14px;
  line-height: 22px;
  color: #4d4d4d;
}
h1.title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  color: #000000;
  line-height: 32px;
  margin-top: 0;
  font-style: normal;
}
h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 27px;
  color: #000000;
  margin-top: 0;
}
h3:after {
  content: "";
  border-bottom: 3px solid #000;
  display: block;
  width: 58%;
}
.subtitle {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 24px;
  color: #878787;
  line-height: 30px;
}
p {
  font-family: Georgia, serif;
  font-style: italic;
  color: #4d4d4d;
  margin-bottom: 30px;
}
p.first {
  font-size: 18px;
  line-height: 22px;
  text-align: justify;
  margin-bottom: 45px;
}
p.straight {
  font-style: normal;
}
p.smaller {
  font-size: 13px;
  line-height: 23px;
}
p.sans {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
}
a {
  color: #000;
  border-bottom: 1px solid #9a9a9a;
}
a:hover,
a:active,
a:focus {
  border-bottom: 2px solid #4d4d4d;
  text-decoration: none;
  color: #000;
}
.btn.btn-primary {
  background: none;
  background-color: #333231;
  color: #fff;
  box-shadow: none;
  border-color: #333231;
  border-radius: 0;
  padding: 10px;
}
.btn.btn-primary:hover {
  background-color: #000;
  border-bottom-width: 1px;
}
/* INTRO */
.intro-img {
  background: #000000 url("img/bgimage.png") no-repeat center center fixed;
  position: relative;
  display: block;
  height: 70%;
  width: 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: scroll;
}
.intro {
  color: #fff;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 18px;
  line-height: 29px;
}
.intro h2 {
  color: #fff;
}
.intro p {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
}
.intro h1.title {
  color: #fff;
}
/* NAVIGATION MENU */
.navbar {
  background-color: #fff;
}
.nav > li > a {
  font-family: "Lato", "GillSans", sans-serif;
  font-size: 13px;
  color: #000000;
  letter-spacing: 0.7px;
  line-height: 35px;
  text-transform: uppercase;
  display: inline;
  border-bottom: 0;
}
.nav > li.active > a,
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #fff;
  border-bottom: 0;
}
.nav > li.active > a:after,
.nav > li > a:hover:after,
.nav > li > a:focus:after {
  content: "";
  border-bottom: 2px solid #ccc;
  display: block;
  width: 50%;
  left: 15px;
  top: 30px;
  position: absolute;
}
.nav > li.active > a:after {
  border-bottom-color: #000;
}
.navbar-toggle {
  float: left;
}
.navbar-toggle .icon-bar {
  background-color: #000;
}
.navbar-toggle.collapsed .menulabel {
  float: left;
  margin-left: 30px;
  font-family: "Lato", "GillSans", sans-serif;
  font-size: 13px;
  color: #000000;
  letter-spacing: 0.7px;
  line-height: 15px;
  text-transform: uppercase;
  display: inline-block !important;
}
.navbar-toggle .menulabel {
  display: none !important;
}
/* ... */
section.content {
  position: relative;
  min-height: 100%;
  padding: 30px 0 100px 0;
}
section.content:before,
section.content:after {
  content: " ";
  display: table;
}
section.content:after {
  clear: both;
}
/* BLOCKS - behandelingen */
.block {
  font-family: Georgia, serif;
  font-style: italic;
  color: #4d4d4d;
  padding: 30px 30px 30px 30px;
  text-align: left;
  margin-bottom: 15px;
}
.block.block-1 {
  background-color: #efddd8;
}
.block.block-2 {
  background-color: #e4efeb;
}
.block.block-3 {
  background-color: #ecefda;
}
.block.block-4 {
  background-color: #baccde;
}
.block ul,
.block ul li {
  margin: 0;
  padding: 0;
}
.block ul {
  margin-bottom: 30px;
}
.block h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  color: #000000;
  margin-top: 0;
}
.block h2:after {
  content: "";
  border-bottom: 3px solid #000;
  display: block;
  width: 58%;
}
.block a {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  color: #4d4d4d;
}
/* BLOCKS - prijzen */
.block-price {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #333231;
  float: left;
  padding: 15px 10px 25px;
  margin-bottom: 10px;
}
.block-price h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 29px;
  color: #ffffff;
  margin: 0;
}
.block-price h2:after {
  content: "";
  border-bottom: 3px solid #fff;
  display: block;
  width: 80%;
  margin-left: 10%;
  margin-top: 10px;
  margin-bottom: 25px;
}
.block-price span {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 18px;
  color: #f7f4ed;
  line-height: 29px;
}
span.label.warning {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #4d4d4d;
  line-height: 26px;
  background-color: #efddd8;
}
/* Slideshow */
body nav.skippr-arrow {
  width: 15px;
  height: 15px;
}
/* Responsive sizes */
/* Media queries */
body.debug-queries:after {
  font-family: "Monaco", "Courier New", monospace;
  padding: 5px;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100px;
  text-align: center;
  color: #fff;
  z-index: 9999999999;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
body.debug-queries:after {
  content: "XS";
  background-color: black;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  body.debug-queries:after {
    content: "SM";
    background-color: blue;
  }
  body {
    font-size: 16px;
    line-height: 26px;
  }
  p.first {
    font-size: 24px;
    line-height: 36px;
  }
  .nav > li > a {
    display: block;
  }
  .nav > li.active > a:after,
  .nav > li > a:hover:after,
  .nav > li > a:focus:after {
    top: 45px;
  }
  h1.title {
    font-size: 70px;
    line-height: 80px;
  }
  h3 {
    font-size: 29px;
    line-height: 37px;
  }
  .intro p {
    font-size: 18px;
    line-height: 29px;
  }
  .intro-img {
    background-attachment: fixed;
    height: 60%;
  }
  .block-price {
    width: 33%;
    display: inline-block;
    padding: 35px 30px 50px;
    margin-bottom: 15px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  body.debug-queries:after {
    content: "MD";
    background-color: orange;
  }
  .page-behandelingen .block-intro {
    min-height: 16em;
  }
  .page-behandelingen .block-middle {
    min-height: 15em;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  body.debug-queries:after {
    content: "LG";
    background-color: fuchsia;
  }
  .page-behandelingen .block-intro {
    min-height: 13em;
  }
  .page-behandelingen .block-middle {
    min-height: 12em;
  }
}

p.message {
  background-color: #333231;
  color: #fff;
  padding: 15px;
}
.strike {
  text-decoration: line-through;
}
