/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Raleway");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

* {
  box-sizing: border-box;
  font-size: 10px;
  overflow-x: hidden;
  z-index: 5; }
  @media screen and (min-width: 768px) {
    * {
      font-size: 18px; } }
  @media screen and (min-width: 1024px) {
    * {
      font-size: 14px; } }

::-moz-selection {
  /* Code for Firefox */
  background: #c0392b; }

::selection {
  background: #c0392b; }

.center {
  text-align: center; }

.pd-section {
  padding-top: 100px; }

.pd-section-bottom {
  padding-bottom: 100px; }

.prim-color {
  color: #22313f; }

.bg-prim {
  background-color: #22313f; }

.sec-color {
  color: #c0392b; }

.mg-title {
  margin-bottom: 30px; }

.ft-thin {
  font-weight: 200; }

.ft-white {
  color: white; }

@media screen and (min-width: 768px) {
  .container {
    max-width: 90%; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 600; }

p,
button,
a,
label,
input,
input::placeholder,
p.lead {
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-weight: 300; }

h1,
h2,
h3 {
  font-weight: bold; }

h1 {
  font-size: 4rem; }
  @media screen and (min-width: 1024px) {
    h1 {
      font-size: 5rem; } }

h2 {
  font-size: 4rem; }

h3 {
  font-size: 3rem; }

h4 {
  font-size: 3rem; }
  @media screen and (min-width: 768px) {
    h4 {
      font-size: 2rem; } }

h5 {
  font-size: 2rem; }

p,
strong {
  font-size: 1.5rem;
  line-height: 28px; }

p.lead {
  font-size: 2rem; }
  @media screen and (min-width: 1024px) {
    p.lead {
      font-size: 1.33rem; } }

label {
  font-size: 1.5rem;
  font-weight: bold; }

input {
  font-size: 1.5rem; }

a.btn {
  font-size: 1.5rem;
  text-transform: uppercase; }

nav li {
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center; }
  nav li a {
    font-size: 1.5rem; }

strong {
  font-weight: 500; }

h1,
h3 {
  color: white; }

h2,
h4,
h5,
p,
a.btn,
button,
label,
input,
input::placeholder {
  color: #22313f; }

/* 
	LINK AND BUTTON COLORS
*/
a {
  color: #c0392b; }
  a:hover {
    color: #22313f;
    text-decoration: none;
    font-weight: 600; }

a.btn-prim {
  color: white;
  background-color: #c0392b;
  border-color: #c0392b; }
  a.btn-prim:hover {
    color: #c0392b;
    border-color: #c0392b;
    background-color: white; }
  a.btn-prim:active {
    color: #df7c72;
    border-color: #df7c72; }

a.btn-inset {
  color: #c0392b;
  border-color: #c0392b; }
  a.btn-inset:hover {
    background-color: #c0392b;
    color: white; }
  a.btn-inset:active {
    background-color: #d65548;
    border-color: #d65548; }

a.btn-cta,
button,
input.btn-cta {
  color: white;
  background-color: #00a4ff;
  border-color: #00a4ff; }
  a.btn-cta:active,
  button:active,
  input.btn-cta:active {
    color: #66c8ff;
    border-color: #66c8ff; }

input {
  border-color: #22313f; }

.bg-grey {
  background: #f8f9fa; }

nav li a {
  color: #22313f; }
  nav li a:hover {
    color: #c0392b; }

p.lead {
  color: white; }

a.btn,
button,
input.btn-cta {
  padding: 10px 20px;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  border-width: 2px;
  border-style: solid;
  overflow: hidden; }

input.btn-cta {
  width: 100%; }

label {
  display: block; }

input {
  border-width: 1px;
  border-radius: 4px;
  padding: 10px 20px;
  line-height: 2; }

input[type='checkbox'] {
  -webkit-appearance: none;
  border-style: solid;
  border-width: 1px;
  padding: 16px;
  display: inline-block;
  position: relative; }
  input[type='checkbox']:active,
  input[type='checkbox'] :checked:active {
    -webkit-appearance: none;
    appearance: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }
  input[type='checkbox']:checked {
    background-color: #c0392b; }

.card-container {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  flex-wrap: wrap; }
  .card-container .card {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 30px;
    overflow: hidden;
    border: 4px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .card-container .card {
        width: 100%;
        height: 500px; } }
    @media screen and (min-width: 992px) and (max-width: 1024px) {
      .card-container .card {
        height: 650px;
        width: calc(100% / 2 - 20px); } }
    @media screen and (min-width: 1024px) {
      .card-container .card {
        width: calc(100% / 3 - 20px);
        margin-bottom: 0; } }
  .card-container p {
    flex-grow: 1; }
  .card-container h5 {
    padding-bottom: 20px; }
  .card-container a {
    margin-bottom: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 1024px) {
      .card-container a {
        width: 80%;
        font-size: 1rem; } }

.modal {
  display: block;
  background-color: rgba(21, 27, 38, 0.85);
  bottom: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  overflow: scroll;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.15s ease-in;
  visibility: hidden;
  z-index: 1000; }
  .modal.open {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }
  .modal .modal-close-background {
    display: block;
    height: 100%;
    pointer-events: all;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }

.modal-container {
  background-color: #f6f8f9;
  border-radius: 3px;
  box-shadow: 0 20px 30px 0 rgba(36, 50, 66, 0.14);
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  padding: 32px;
  position: relative;
  width: 90%; }
  .modal-container .modal-close {
    color: #b7bfc6;
    cursor: pointer;
    font-size: 2rem;
    margin: 0;
    opacity: 0.6;
    position: absolute;
    right: 32px;
    top: 32px;
    transition: opacity 0.15s ease-in-out; }
  .modal-container .modal-header {
    display: block;
    margin-bottom: 0;
    text-align: center;
    border: none; }
  .modal-container .modal-content {
    padding-top: 48px;
    background: transparent;
    border: none; }
  .modal-container .input-group {
    margin-bottom: 24px; }
    .modal-container .input-group label {
      display: block;
      margin-bottom: 8px; }
    .modal-container .input-group input {
      background-color: #fff;
      border: 2px solid #e0e6e8;
      border-radius: 3px;
      height: 50px;
      line-height: normal;
      margin: 0;
      padding: 0;
      padding-left: 16px;
      transition: border 0.15s;
      width: 100%; }

nav {
  width: 100%;
  height: 100px; }

.navbar-left {
  display: flex; }
  @media screen and (min-width: 1024px) {
    .navbar-left {
      width: 35%; } }
  .navbar-left .burger {
    display: flex;
    align-items: center;
    font-size: 2rem;
    cursor: pointer;
    margin-left: auto; }
    @media screen and (min-width: 1024px) {
      .navbar-left .burger {
        display: none; } }
    .navbar-left .burger:hover > i {
      color: #c0392b; }
    .navbar-left .burger i {
      font-size: 2rem; }

.navbar-right {
  display: none; }
  @media screen and (min-width: 1024px) {
    .navbar-right {
      display: flex;
      width: 60%;
      justify-content: flex-end; }
      .navbar-right ul {
        display: flex;
        width: 100%;
        justify-content: flex-end;
        list-style: none;
        margin: 0; }
        .navbar-right ul li {
          text-decoration: none;
          margin-left: 20px; }
          .navbar-right ul li a.btn {
            padding-top: 2px;
            padding-bottom: 2px; } }

.navbar-open {
  display: flex;
  background-color: #c0392b;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  opacity: 0; }
  .navbar-open.open {
    height: 100vh;
    width: 100vw;
    opacity: 1;
    z-index: 50;
    transition: all 0.2s ease-in; }
  .navbar-open ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .navbar-open .nav-item {
    font-size: 3rem;
    line-height: 2; }
    .navbar-open .nav-item:hover {
      color: white; }
  .navbar-open .btn-cta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .navbar-open .close-button {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer; }
    .navbar-open .close-button:hover > i {
      color: #22313f; }
    .navbar-open .close-button i {
      color: white;
      font-size: 4rem; }

.navbar-brand {
  width: 80%; }
  .navbar-brand img {
    width: 100%; }
    @media screen and (min-width: 768px) and (max-width: 992px) {
      .navbar-brand img {
        width: 80%; } }
    @media screen and (min-width: 992px) and (max-width: 1024px) {
      .navbar-brand img {
        width: 60%; } }

.hero {
  position: relative;
  width: 100vw;
  height: 600px;
  background-image: url("/img/background.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat; }
  .hero .layer {
    position: absolute;
    background-color: rgba(34, 49, 63, 0.7);
    width: 100%;
    height: 100%;
    z-index: 2; }
  .hero .container {
    position: relative;
    height: 100%;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center; }
  .hero h1 {
    text-align: center; }
  .hero p.lead {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%; }
    @media screen and (min-width: 768px) {
      .hero p.lead {
        max-width: 60%; } }

.projecten {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  width: 100%; }
  .projecten h2 {
    width: 100%; }

.project {
  background: #fafafa;
  border: 10px white solid;
  text-align: center;
  padding: 40px; }
  .project_image {
    margin-left: auto;
    margin-right: auto; }
    .project_image img {
      width: 100%;
      height: 100%; }
  .project_info {
    margin-top: 40px; }
    .project_info h4 {
      margin-bottom: 12px; }
    .project_info h5 {
      color: #c0392b;
      font-size: 1.5rem; }
    .project_info .project-text {
      margin-top: 20px; }
    .project_info .btn-inset {
      color: #c0392b !important; }
      .project_info .btn-inset:hover {
        color: white !important; }
  @media screen and (min-width: 1280px) {
    .project {
      width: calc(100% / 2 - 20px); } }

.cta h5 {
  margin-top: 12px;
  margin-bottom: 40px; }

form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1200px) {
    form {
      width: 80%; } }
  form .input-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px; }
  form .group-row-reverse {
    flex-direction: row-reverse !important; }
  @media screen and (min-width: 1024px) {
    form .sm-width {
      width: 45%; }
      form .sm-width input {
        width: 42px;
        height: 42px; }
    form .group-row {
      flex-direction: row !important; }
    form .md-width {
      width: 45%; }
    form lg-width {
      width: 100%; } }
  form .nieuwsbrief {
    justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 24px; }
    form .nieuwsbrief label {
      display: inline-block;
      max-width: 80%; }
    form .nieuwsbrief input {
      height: 32px; }
  form button {
    width: 100%;
    font-size: 2rem; }

footer {
  width: 100vw; }
  footer img,
  footer a {
    margin-left: auto;
    display: block;
    margin-right: auto; }
  footer img {
    height: 38px; }
    @media screen and (min-width: 1024px) {
      footer img {
        height: 80px; } }
  footer a {
    font-size: 1.7rem; }
  footer a:hover {
    color: white; }

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