/**
 * Hoofdbestand voor de frontend CSS.
/* We importeren de compass reset, deze is inclusief de Eric Meyer reset */
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,500);
/* line 5, ../../../../../../../../../home/sebadmin/.rvm/gems/ruby-2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../home/sebadmin/.rvm/gems/ruby-2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../home/sebadmin/.rvm/gems/ruby-2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../home/sebadmin/.rvm/gems/ruby-2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../home/sebadmin/.rvm/gems/ruby-2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../home/sebadmin/.rvm/gems/ruby-2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../home/sebadmin/.rvm/gems/ruby-2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../home/sebadmin/.rvm/gems/ruby-2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../home/sebadmin/.rvm/gems/ruby-2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* We importeren CSS3 mixins zodat alle vormen van pre-fixes gegenereerd worden */
/* line 12, ../sass/main.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 18, ../sass/main.scss */
.clearfix:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 26, ../sass/main.scss */
.clearfix {
  *zoom: 1;
}

/* Development
   ========================================================================== */
/* line 33, ../sass/main.scss */
.debug pre {
  background-color: #fff;
}

/** TODO GOOD FIX FOR THIS */
/* line 39, ../sass/main.scss */
body {
  word-wrap: break-word;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  text-align: center;
  background-color: #ecf0f1;
}

/* Header
  ========================================================================== */
/* line 51, ../sass/main.scss */
header {
  margin: 0 auto;
  height: 400px;
  background-image: url("../images/header-placeholder.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 58, ../sass/main.scss */
header img {
  margin-top: 70px;
  max-height: 180px;
}

@media screen and (max-width: 665px) {
  /* line 66, ../sass/main.scss */
  header img {
    width: 450px;
  }
}
@media screen and (max-width: 480px) {
  /* line 72, ../sass/main.scss */
  header {
    height: 300px;
  }
  /* line 74, ../sass/main.scss */
  header img {
    width: 250px;
  }
}
/* Content
  ========================================================================== */
/* line 83, ../sass/main.scss */
.content {
  margin: 0 auto;
  max-width: 1080px;
  padding: 0 20px;
}
/* line 88, ../sass/main.scss */
.content .blok1 {
  background-color: white;
  margin-top: -100px;
  border-bottom: solid #d4d8d8 2px;
}
/* line 93, ../sass/main.scss */
.content .blok1 .titel {
  font-family: "Open Sans",sans-serif;
  font-size: 20px;
  color: #3f4f5c;
  text-transform: uppercase;
  display: block;
  padding: 50px 20px 0 20px;
  line-height: 35px;
}
/* line 102, ../sass/main.scss */
.content .blok1 .uitleg {
  padding: 30px 20px 50px 20px;
  font-size: 18px;
  line-height: 34px;
}
/* line 110, ../sass/main.scss */
.content .blok2 {
  background-color: white;
  margin-top: 20px;
  margin-bottom: 30px;
  border-bottom: solid #d4d8d8 2px;
}
/* line 116, ../sass/main.scss */
.content .blok2 .sebwite {
  padding: 40px 20px 0 20px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
}
/* line 123, ../sass/main.scss */
.content .blok2 .knop {
  display: inline-block;
  border: 3px solid #93c324;
  padding: 4px 17px 4px 15px;
  color: #93c324;
  font-size: 15px;
  font-family: "Open Sans",sans-serif;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 40px;
}
/* line 139, ../sass/main.scss */
.content .blok2 .knop:after {
  content: "";
  float: right;
  margin-top: 12px;
  margin-left: 15px;
  position: relative;
  display: block;
  height: 0px;
  width: 0px;
  border-top: 4px solid transparent;
  border-left: 7px solid #93c324;
  border-bottom: 4px solid transparent;
}
/* line 153, ../sass/main.scss */
.content .blok2 .knop:hover {
  background-color: #93c324;
  color: #fff;
}
/* line 157, ../sass/main.scss */
.content .blok2 .knop:hover:after {
  border-left: 7px solid white;
}
