/* RESET */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  vertical-align: middle; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #52646d;
  margin: 1em 0;
  padding: 0; }

/* END RESET */
body, html {
  width: 100%;
  height: 100%;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease; }

/* TYPOGRAPHY */
p {
  color: #3c3c3b;
  line-height: 1.5em;
  font-size: 1em; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Maven Pro", Arial, Helvetica, sans-serif;
  color: #099082;
  font-weight: 700;
  text-align: left;
  line-height: 1em;
  font-size: 1.5em; }

a, a.link, a.visited, a.active {
  color: #3c3c3b;
  text-decoration: none; }
  a:hover, a.link:hover, a.visited:hover, a.active:hover {
    color: darker(#3c3c3b, 15%);
    text-decoration: none; }

#googlemap-wrapper {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 90; }

.content-wrapper {
  background: #FFF;
  z-index: 99;
  min-height: 460px;
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  @media only screen and (min-width: 680px) {
    .content-wrapper {
      width: 400px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 150px; } }
  .content-wrapper .content {
    width: 100%; }
    .content-wrapper .content .logo {
      float: left;
      width: 70%;
      height: auto;
      margin: 0 15%; }
      .content-wrapper .content .logo img {
        width: 100%;
        height: auto; }
    .content-wrapper .content .locatie {
      background: #FFF;
      margin: 25px 0 0 -15px;
      padding: 25px 55px;
      font-style: normal;
      float: left;
      width: calc(100% + 30px);
      height: auto;
      -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.4);
      box-shadow: 0 6px 10px rgba(0, 0, 0, 0.4);
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media only screen and (min-width: 680px) {
        .content-wrapper .content .locatie {
          margin: 25px 0 0 -50px;
          padding: 25px 90px;
          float: left;
          width: calc(100% + 100px);
          height: auto; } }
      .content-wrapper .content .locatie .icons {
        color: #099082;
        font-size: 1.6em;
        line-height: 48px;
        margin-right: 8px;
        text-align: center;
        float: left;
        width: 26px;
        height: 48px; }
        .content-wrapper .content .locatie .icons a {
          color: #099082; }
      .content-wrapper .content .locatie p {
        float: left;
        line-height: 24px; }
    .content-wrapper .content .blocks {
      margin: 0 40px;
      padding: 20px 0;
      border-bottom: 1px solid #099082;
      float: left;
      width: calc(100% - 80px);
      height: auto;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .content-wrapper .content .blocks .icons {
        color: #099082;
        font-size: 1.6em;
        line-height: 26px;
        margin-right: 8px;
        text-align: center;
        float: left;
        width: 26px;
        height: 26px; }
        .content-wrapper .content .blocks .icons a {
          color: #099082; }
      .content-wrapper .content .blocks p {
        float: left;
        line-height: 26px; }

.copyright {
  z-index: 100;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #000;
  padding: 3px 10px; }
  .copyright p {
    font-size: 0.7em;
    color: #FFF; }
  .copyright a {
    color: #FFF;
    text-decoration: none; }

/*# sourceMappingURL=style.css.map */
