/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* latin-ext */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 700;
  src: local("Dosis Bold"), local("Dosis-Bold"), url(https://fonts.gstatic.com/s/dosis/v4/fP7ud4UTUWGxo-nV1joC1RkAz4rYn47Zy2rvigWQf6w.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 700;
  src: local("Dosis Bold"), local("Dosis-Bold"), url(https://fonts.gstatic.com/s/dosis/v4/22aDRG5X9l7obljtz7tihnYhjbSpvc47ee6xR_80Hnw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01m4X0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5UYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/LWCjsQkB6EMdfHrEVqA1KYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/xozscpT2726on7jbcb_pAoX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEEYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

body, html {
  overflow-x: hidden; }

li, h1 {
  font-family: 'Dosis', sans-serif;
  font-weight: 700; }

p {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.45em; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

.header {
  width: 100%;
  position: relative;
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: white; }
  @media screen and (max-width: 950px) {
    .header nav {
      display: none; } }
  .header .logo {
    text-align: center;
    margin: 0px auto 40px auto; }
    @media screen and (max-width: 950px) {
      .header .logo {
        margin-bottom: 10px; } }
    .header .logo svg {
      width: 100%;
      max-width: 94px;
      display: inline-block;
      padding-top: 10px;
      position: absolute; }
      @media screen and (max-width: 950px) {
        .header .logo svg {
          text-align: center;
          width: 100%;
          display: inline-block;
          margin: 0 auto;
          position: relative; } }
    .header .logo h1 {
      display: inline-block;
      padding-top: 15px;
      color: #0BB5FF;
      margin-right: 30px;
      margin-top: 10px;
      font-size: 2em; }
      @media screen and (max-width: 950px) {
        .header .logo h1 {
          font-size: 1.6em;
          margin-right: 0;
          padding-left: 10px;
          padding-right: 10px;
          padding-top: 30px;
          margin-bottom: 15px;
          margin-top: 0px;
          width: 100%; } }
  .header .social {
    display: block;
    position: absolute;
    right: 50px;
    top: 55px;
    height: 0; }
    @media screen and (max-width: 950px) {
      .header .social {
        display: none; } }
    .header .social audio {
      display: none; }
    .header .social .fa-linkedin-square {
      width: 30px;
      color: #616161;
      position: relative;
      right: 70px;
      font-size: 25px;
      top: -25px; }
    .header .social .fa-volume-up {
      width: 30px;
      color: #616161;
      position: relative;
      right: 70px;
      font-size: 25px;
      top: -25px; }
      .header .social .fa-volume-up:hover {
        cursor: pointer; }
    .header .social .fa-volume-down {
      width: 30px;
      color: #616161;
      position: relative;
      right: 70px;
      font-size: 25px;
      top: -25px; }
      .header .social .fa-volume-down:hover {
        cursor: pointer; }
    .header .social #bar1 {
      width: 10px;
      position: absolute;
      background: #ef3f50;
      bottom: 0%;
      left: 0px; }
    .header .social #bar2 {
      width: 10px;
      position: absolute;
      background: #ef3f50;
      bottom: 20%;
      left: 12px; }
    .header .social #bar3 {
      width: 10px;
      position: absolute;
      background: #ef3f50;
      bottom: 20%;
      left: 24px; }
  .header .navLinks {
    text-align: center;
    margin-top: 0;
    padding: 0;
    list-style-type: none; }
    .header .navLinks li {
      display: inline;
      margin: 0 6px 0 6px;
      font-size: 1.2em;
      transition: all 0.15s ease-out 0s;
      color: black;
      text-decoration: none;
      transition: all 0.15s ease-out 0s; }
      @media screen and (max-width: 1200px) {
        .header .navLinks li {
          font-size: .8em; } }
      .header .navLinks li:hover {
        color: #ef3f50;
        cursor: pointer; }
    .header .navLinks .active {
      color: #ef3f50; }
    .header .navLinks span {
      color: #ef3f50; }

.mobileNav {
  display: block;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 100%;
  overflow: scroll;
  background-color: #01b2ff; }
  .mobileNav .logoMob {
    margin-top: 20px;
    margin-left: 20px; }
  .mobileNav ul {
    display: block;
    margin-top: 50px; }
    .mobileNav ul li {
      color: white;
      font-size: 20px;
      letter-spacing: 3px;
      text-decoration: none;
      text-transform: uppercase;
      list-style: none;
      clear: both;
      padding-bottom: 2px;
      margin-top: 25px; }
      .mobileNav ul li:hover {
        cursor: pointer; }
    .mobileNav ul hr {
      background-color: #0096d7;
      height: 2px;
      width: 90%;
      float: left;
      margin: 0;
      border: none;
      position: relative; }

.navToggle {
  display: none;
  color: #666; }
  @media screen and (max-width: 950px) {
    .navToggle {
      display: block;
      font-size: 40px;
      margin-left: 10px;
      top: 5px;
      position: absolute; }
      .navToggle:hover {
        cursor: pointer; } }

.fa.fa-times {
  font-size: 50px;
  padding-top: 20px;
  margin-right: 30px;
  float: right;
  color: #004f71; }
  .fa.fa-times:hover {
    cursor: pointer; }

.mobile {
  font-size: 60px !important;
  color: #004f71;
  margin-left: 40px;
  margin-top: 30px;
  padding-bottom: 30px; }

.movieContainer {
  padding-right: 20px;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .movieContainer {
      position: relative; }
      .movieContainer video {
        display: none; } }
  .movieContainer #video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }
  .movieContainer .quote {
    margin: 0 auto;
    position: absolute;
    top: 350px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(11, 181, 255, 0.8);
    max-width: 800px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    transition: all 0.15s ease-out 0s; }
    @media screen and (max-width: 768px) {
      .movieContainer .quote {
        display: none; } }
    .movieContainer .quote h1 {
      color: white;
      padding: 15px 15px 15px 0;
      margin-left: 25px;
      margin-right: 25px;
      text-align: center; }
    .movieContainer .quote p {
      text-align: center;
      padding: 0 10px 10px 10px;
      color: white;
      font-size: 20px; }
  .movieContainer .quoteDown {
    opacity: 0;
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%; }
    @media screen and (max-width: 768px) {
      .movieContainer .quoteDown {
        opacity: 1;
        position: relative;
        background-color: #0BB5FF;
        border-radius: 10px;
        margin: 0 auto;
        max-width: 90%;
        padding-bottom: 10px;
        margin-bottom: 20px; } }
    .movieContainer .quoteDown h1 {
      color: #0BB5FF;
      padding: 15px 15px 0px 0;
      padding-left: 25px;
      text-align: center;
      margin-top: 0;
      max-width: 95%; }
      @media screen and (max-width: 768px) {
        .movieContainer .quoteDown h1 {
          color: white; } }
    .movieContainer .quoteDown h2 {
      color: rgba(0, 0, 0, 0.7);
      text-align: center;
      margin-top: 0;
      font-family: 'Dosis', sans-serif;
      font-size: 25px;
      padding: 0 10px 0 10px; }
    .movieContainer .quoteDown p {
      text-align: center;
      padding: 0 30px 10px 10px;
      color: black;
      font-size: 20px;
      max-width: 1300px;
      display: block;
      margin: 0 auto;
      max-width: 95%; }

.homePage {
  transition: all 0.15s ease-out 0s; }
  .homePage .homeWrap {
    position: relative;
    max-width: 960px;
    padding-top: 10px;
    margin: 0 auto 0 auto;
    overflow: hidden; }
    .homePage .homeWrap h1 {
      color: #ef3f50;
      text-transform: uppercase;
      margin-top: 0;
      text-align: center; }
    .homePage .homeWrap .text {
      margin-bottom: 20px;
      padding: 5px 20px 5px 20px;
      background-color: #4e6472; }
      .homePage .homeWrap .text p {
        color: white;
        font-size: 18px;
        font-weight: 400;
        text-align: justify; }
        .homePage .homeWrap .text p span {
          text-align-last: left; }
      .homePage .homeWrap .text .curs {
        font-style: italic; }
    .homePage .homeWrap .head {
      height: 200px;
      margin: 0 auto 10px auto;
      width: 200px;
      background-image: url(../assets/img/HanRog.jpg);
      background-repeat: no-repeat;
      background-size: cover; }
  .homePage .logos {
    max-width: 960px;
    margin: 10px auto 0 auto;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 45px; }
    .homePage .logos img {
      -webkit-align-self: center;
              align-self: center;
      -ms-flex-item-align: center; }
    .homePage .logos .noloc {
      height: 10%;
      width: 10%; }
    .homePage .logos .meurs {
      height: 20%;
      width: 17%; }
    .homePage .logos .tti {
      height: 10%;
      width: 25%; }
  .homePage .adressWrap {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px; }
    .homePage .adressWrap h3 {
      text-align: center; }
    .homePage .adressWrap p {
      text-align: center;
      font-size: 18px; }
      .homePage .adressWrap p span {
        color: #ef3f50; }
      .homePage .adressWrap p a {
        color: #0BB5FF;
        text-decoration: none; }
    .homePage .adressWrap .reserved {
      margin-top: 20px;
      font-size: 14px; }
      .homePage .adressWrap .reserved a {
        color: #ef3f50;
        text-decoration: none; }
  @media screen and (max-width: 768px) {
    .homePage .homeWrap {
      padding-top: 10px; }
      .homePage .homeWrap h1 {
        font-size: 25px; }
      .homePage .homeWrap .text {
        background-color: #4e6472;
        padding-left: 20px;
        max-width: 75%;
        margin: 15px auto 0 auto; }
        .homePage .homeWrap .text p {
          text-align: left; } }

.dienstPage {
  transition: all 0.15s ease-out 0s; }
  .dienstPage .dienstWrap {
    position: relative;
    max-width: 960px;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 35px auto;
    overflow: hidden; }
    .dienstPage .dienstWrap img {
      margin-bottom: -4px;
      width: 100%; }
    .dienstPage .dienstWrap h1 {
      color: #ef3f50;
      text-transform: uppercase;
      margin-top: 0;
      text-align: right;
      margin-top: 20px;
      width: 64%; }
      @media screen and (max-width: 1250px) {
        .dienstPage .dienstWrap h1 {
          width: 100%;
          text-align: center; } }
    .dienstPage .dienstWrap .text {
      width: 60%;
      display: block;
      padding: 5px 20px 5px 20px;
      background-color: #4e6472; }
      @media screen and (max-width: 1250px) {
        .dienstPage .dienstWrap .text {
          width: 100%;
          max-height: none; } }
      .dienstPage .dienstWrap .text p {
        font-size: 18px;
        font-weight: 400;
        text-align: justify;
        display: block;
        color: white; }
    .dienstPage .dienstWrap .aside {
      width: 32%;
      padding-left: 25px;
      padding-right: 10px;
      transition: all 0.15s ease-out 0s; }
      .dienstPage .dienstWrap .aside .opa {
        opacity: 1; }
      .dienstPage .dienstWrap .aside h2 {
        color: #0BB5FF;
        transition: all 0.15s ease-out 0s; }
        .dienstPage .dienstWrap .aside h2:hover {
          cursor: pointer; }
      .dienstPage .dienstWrap .aside h2:first-child {
        margin-top: 0; }
      .dienstPage .dienstWrap .aside img {
        width: 100%;
        margin-bottom: 25px;
        margin-top: 15px;
        box-shadow: #666 2px 2px 10px; }
      @media screen and (max-width: 1250px) {
        .dienstPage .dienstWrap .aside {
          display: none; } }
  .dienstPage .adressWrap {
    max-width: 960px;
    margin: 80px auto 0 auto; }
    .dienstPage .adressWrap h3 {
      text-align: center; }
    .dienstPage .adressWrap p {
      text-align: center;
      font-size: 18px; }
      .dienstPage .adressWrap p span {
        color: #ef3f50; }
    .dienstPage .adressWrap .reserved {
      margin-top: 40px;
      font-size: 14px; }
      .dienstPage .adressWrap .reserved a {
        color: #ef3f50;
        text-decoration: none; }
  @media screen and (max-width: 1250px) {
    .dienstPage .dienstWrap .text {
      width: 75%; } }
  @media screen and (max-width: 768px) {
    .dienstPage .dienstWrap {
      padding-top: 10px; }
      .dienstPage .dienstWrap h1 {
        font-size: 25px; }
      .dienstPage .dienstWrap .text {
        background-color: #4e6472;
		padding-left: 20px;
        max-width: 75%;
        margin: 15px auto 0 auto; }
        .dienstPage .dienstWrap .text p {
          text-align: left; } }

.outPage .outWrap {
  position: relative;
  max-width: 960px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
      flex-direction: row;
  margin: 0 auto 35px auto;
  overflow: hidden; }
  .outPage .outWrap h1 {
    color: #ef3f50;
    text-transform: uppercase;
    margin-top: 0;
    text-align: left;
    margin-top: 20px;
    width: 65%; }
    @media screen and (max-width: 1250px) {
      .outPage .outWrap h1 {
        width: 100%;
        text-align: center; } }
  .outPage .outWrap .text {
    width: 65%;
    display: block;
    padding: 5px 20px 5px 20px;
    background-color: #4e6472;
    margin-top: 15px; }
    .outPage .outWrap .text p {
      font-size: 18px;
      font-weight: 400;
      text-align: justify;
      display: block;
      color: white;
      margin-top: 0; }
    .outPage .outWrap .text p:first-child {
      margin-top: 15px; }
    @media screen and (max-width: 1250px) {
      .outPage .outWrap .text {
        width: 100%;
        width: 100%; } }
  .outPage .outWrap .texteven {
    width: 54%;
    display: block;
    padding: 5px 20px 5px 20px;
    background-color: #4e6472;
    margin-top: 15px; }
    @media screen and (max-width: 1250px) {
      .outPage .outWrap .texteven {
        width: 100%; } }
    .outPage .outWrap .texteven p {
      font-size: 18px;
      font-weight: 400;
      text-align: justify;
      display: block;
      color: white;
      margin-top: 0; }
    .outPage .outWrap .texteven p:first-child {
      margin-top: 15px; }
    .outPage .outWrap .texteven .adjust {
      background-color: #4e6472;
      color: white;
      letter-spacing: 2px;
      text-align: left;
      text-transform: capitalize;
      margin-bottom: 0;
      font-size: 1.4em; }
  .outPage .outWrap .aside {
    width: 32%;
    padding-left: 0px;
    padding-right: 1.8%;
    -webkit-align-self: center;
            align-self: center;
    -ms-flex-item-align: center;
    transition: all 0.15s ease-out 0s; }
    .outPage .outWrap .aside img {
      width: 100%;
      box-shadow: #666 2px 2px 10px;
      display: block; }
    @media screen and (max-width: 1250px) {
      .outPage .outWrap .aside {
        display: none; } }
  .outPage .outWrap .asideeven {
    width: 30%;
    padding-right: 0px;
    padding-left: 1.8%;
    -webkit-align-self: center;
            align-self: center;
    -ms-flex-item-align: center;
    transition: all 0.15s ease-out 0s; }
    .outPage .outWrap .asideeven img {
      width: 100%;
      box-shadow: #666 2px 2px 10px;
      display: block; }
    .outPage .outWrap .asideeven img:first-child {
      margin-bottom: 15px; }
    @media screen and (max-width: 1250px) {
      .outPage .outWrap .asideeven {
        display: none; } }

.outPage .adressWrap {
  max-width: 960px;
  margin: 80px auto 0 auto; }
  .outPage .adressWrap h3 {
    text-align: center; }
  .outPage .adressWrap p {
    text-align: center;
    font-size: 18px; }
    .outPage .adressWrap p span {
      color: #ef3f50; }
  .outPage .adressWrap .reserved {
    margin-top: 40px;
    font-size: 14px; }
    .outPage .adressWrap .reserved a {
      color: #ef3f50;
      text-decoration: none; }

@media screen and (max-width: 768px) {
  .outPage .outWrap {
    padding-top: 10px; }
    .outPage .outWrap h1 {
      font-size: 25px; }
    .outPage .outWrap .text {
      background-color: #4e6472;
      padding-left: 20px; }
      .outPage .outWrap .text p {
        text-align: left; }
    .outPage .outWrap .texteven {
      max-width: 75%;
      margin: 15px auto 0 auto; }
      .outPage .outWrap .texteven p {
        text-align: left; } }

.compPage {
  transition: all 0.15s ease-out 0s; }
  .compPage .compWrap {
    position: relative;
    max-width: 960px;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 35px auto;
    overflow: hidden; }
    .compPage .compWrap h1 {
      color: #ef3f50;
      text-transform: uppercase;
      margin-top: 0;
      text-align: right;
      margin-top: 20px;
      width: 62%;
      padding: 5px 0px 5px 20px; }
      @media screen and (max-width: 1250px) {
        .compPage .compWrap h1 {
          width: 100%;
          text-align: center; } }
    .compPage .compWrap .text {
      width: 60%;
      display: block;
      padding: 5px 20px 5px 20px;
      background-color: #4e6472; }
      @media screen and (max-width: 1250px) {
        .compPage .compWrap .text {
          width: 100%; } }
      .compPage .compWrap .text p {
        font-size: 18px;
        font-weight: 400;
        text-align: justify;
        display: block;
        color: white; }
    .compPage .compWrap .aside {
      width: 32%;
      padding-left: 25px;
      padding-right: 10px;
      transition: all 0.15s ease-out 0s;
      -webkit-align-self: center;
              align-self: center;
      -ms-flex-item-align: center; }
      .compPage .compWrap .aside .opa {
        opacity: 1; }
      .compPage .compWrap .aside h2 {
        color: #0BB5FF;
        transition: all 0.15s ease-out 0s; }
      .compPage .compWrap .aside h2:first-child {
        margin-top: 0; }
      .compPage .compWrap .aside img {
        width: 100%;
        margin-bottom: 25px;
        box-shadow: #666 2px 2px 10px; }
      @media screen and (max-width: 1250px) {
        .compPage .compWrap .aside {
          display: none; } }
  .compPage .adressWrap {
    max-width: 960px;
    margin: 80px auto 0 auto; }
    .compPage .adressWrap h3 {
      text-align: center; }
    .compPage .adressWrap p {
      text-align: center;
      font-size: 18px; }
      .compPage .adressWrap p span {
        color: #ef3f50; }
    .compPage .adressWrap .reserved {
      margin-top: 40px;
      font-size: 14px; }
      .compPage .adressWrap .reserved a {
        color: #ef3f50;
        text-decoration: none; }
  @media screen and (max-width: 768px) {
    .compPage .compWrap {
      padding-top: 10px; }
      .compPage .compWrap h1 {
        font-size: 25px; }
      .compPage .compWrap .text {
        background-color: #4e6472;
        padding-left: 20px;
        max-width: 75%;
        margin: 15px auto 0 auto; }
        .compPage .compWrap .text p {
          text-align: left; } }

.klantenbestand {
  position: relative;
  padding: 20px 10px 0 10px; }
  @media screen and (max-width: 768px) {
    .klantenbestand {
      padding-top: 10px; } }
  .klantenbestand .logoWrap {
    max-width: 1100px;
    padding-top: 20px;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin: 0 auto 35px auto;
    overflow: hidden; }
    .klantenbestand .logoWrap .imgWrap {
      margin: 30px 20px 20px 20px;
      padding: 12px;
      width: 15%; }
      @media screen and (max-width: 765px) {
        .klantenbestand .logoWrap .imgWrap {
          width: 30%; } }
      .klantenbestand .logoWrap .imgWrap.animeer {
        -webkit-animation-name: tada;
                animation-name: tada;
        -webkit-animation-duration: 1s;
                animation-duration: 1s;
        -webkit-animation-fill-mode: both;
                animation-fill-mode: both; }
      .klantenbestand .logoWrap .imgWrap img {
        width: 85%; }
      .klantenbestand .logoWrap .imgWrap .big {
        width: 55%; }
      .klantenbestand .logoWrap .imgWrap .de {
        width: 155%; }
      .klantenbestand .logoWrap .imgWrap .moes {
        font-size: 25px;
        font-family: 'Dosis', sans-serif;
        font-weight: 700;
        letter-spacing: 4px; }
      .klantenbestand .logoWrap .imgWrap .horeca {
        width: 115%; }
      .klantenbestand .logoWrap .imgWrap .rivm {
        width: 120%; }
  .klantenbestand .logoWrapSub {
    max-width: 1100px;
    padding-top: 20px;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin: 0 auto 35px auto;
    overflow: hidden; }
    .klantenbestand .logoWrapSub .imgWrap {
      margin: 10px 20px 20px 20px;
      padding: 12px;
      width: 15%; }
      @media screen and (max-width: 765px) {
        .klantenbestand .logoWrapSub .imgWrap {
          width: 30%; } }
      .klantenbestand .logoWrapSub .imgWrap.animeer {
        -webkit-animation-name: tada;
                animation-name: tada;
        -webkit-animation-duration: 1s;
                animation-duration: 1s;
        -webkit-animation-fill-mode: both;
                animation-fill-mode: both; }
      .klantenbestand .logoWrapSub .imgWrap img {
        width: 100%; }
      .klantenbestand .logoWrapSub .imgWrap .big {
        width: 55%; }
  .klantenbestand h1 {
    color: #ef3f50;
    border-radius: 10px;
    max-width: 960px;
    margin: 0 auto;
    text-transform: uppercase;
    margin-top: 0;
    padding-bottom: 30px;
    text-align: center; }
  .klantenbestand h3 {
    color: rgba(0, 0, 0, 0.8);
    max-width: 960px;
    margin: 0 auto;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center; }
  .klantenbestand hr {
    max-width: 960px; }
  .klantenbestand .adressWrap {
    max-width: 960px;
    margin: 80px auto 0 auto; }
    .klantenbestand .adressWrap h3 {
      text-align: center; }
    .klantenbestand .adressWrap p {
      text-align: center;
      font-size: 18px; }
      .klantenbestand .adressWrap p span {
        color: #ef3f50; }
    .klantenbestand .adressWrap .reserved {
      margin-top: 40px;
      font-size: 14px; }
      .klantenbestand .adressWrap .reserved a {
        color: #ef3f50;
        text-decoration: none; }

.startPage {
  transition: all 0.15s ease-out 0s; }
  .startPage .startWrap {
    position: relative;
    max-width: 960px;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 35px auto;
    overflow: hidden; }
    .startPage .startWrap img {
      margin-bottom: -4px;
      width: 100%; }
    .startPage .startWrap h1 {
      color: #ef3f50;
      text-transform: uppercase;
      margin-top: 0;
      text-align: right;
      margin-top: 20px;
      width: 64%; }
    .startPage .startWrap .text {
      width: 60%;
      display: block;
      padding: 5px 20px 5px 20px;
      background-color: #4e6472; }
      @media screen and (max-width: 1250px) {
        .startPage .startWrap .text {
          width: 100%;
          max-height: none; } }
      .startPage .startWrap .text p {
        font-size: 18px;
        line-height: 1.45em;
        font-weight: 400;
        text-align: justify;
        display: block;
        color: white; }
    .startPage .startWrap .aside {
      width: 32%;
      padding-left: 25px;
      padding-right: 10px;
      transition: all 0.15s ease-out 0s;
      -webkit-align-self: center;
              align-self: center;
      -ms-flex-item-align: center; }
      .startPage .startWrap .aside .opa {
        opacity: 1; }
      .startPage .startWrap .aside h2 {
        color: #0BB5FF;
        opacity: .4;
        transition: all 0.15s ease-out 0s; }
      .startPage .startWrap .aside h2:first-child {
        margin-top: 0; }
      .startPage .startWrap .aside img {
        width: 100%;
        margin-bottom: 25px;
        box-shadow: #666 2px 2px 10px; }
      @media screen and (max-width: 1250px) {
        .startPage .startWrap .aside {
          display: none; } }
  .startPage .adressWrap {
    max-width: 960px;
    margin: 80px auto 0 auto; }
    .startPage .adressWrap h3 {
      text-align: center; }
    .startPage .adressWrap p {
      text-align: center;
      font-size: 18px; }
      .startPage .adressWrap p span {
        color: #ef3f50; }
    .startPage .adressWrap .reserved {
      margin-top: 40px;
      font-size: 14px; }
      .startPage .adressWrap .reserved a {
        color: #ef3f50;
        text-decoration: none; }
  @media screen and (max-width: 768px) {
    .startPage .startWrap {
      padding-top: 10px; }
      .startPage .startWrap h1 {
        font-size: 25px;
        text-align: center;
        width: 100%; }
      .startPage .startWrap .text {
        background-color: #4e6472;
        padding-left: 20px;
        max-width: 75%;
        margin: 15px auto 0 auto; }
        .startPage .startWrap .text p {
          text-align: left; }
      .startPage .startWrap .texteven p {
        text-align: left; } }

.nlleertPage {
  transition: all 0.15s ease-out 0s; }
  .nlleertPage .nlleertWrap {
    position: relative;
    max-width: 960px;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 35px auto;
    overflow: hidden; }
    .nlleertPage .nlleertWrap img {
      margin-bottom: -4px;
      width: 100%; }
    .nlleertPage .nlleertWrap h1 {
      color: #ef3f50;
      text-transform: uppercase;
      margin-top: 0;
      text-align: right;
      margin-top: 20px;
      width: 64%; }
    .nlleertPage .nlleertWrap .text {
      width: 60%;
      display: block;
      padding: 5px 20px 5px 20px;
      background-color: #4e6472; }
      @media screen and (max-width: 1250px) {
        .nlleertPage .nlleertWrap .text {
          width: 100%;
          max-height: none; } }
      .nlleertPage .nlleertWrap .text p {
        font-size: 18px;
        line-height: 1.45em;
        font-weight: 400;
        text-align: justify;
        display: block;
        color: white; }
    .nlleertPage .nlleertWrap .aside {
      width: 32%;
      padding-left: 25px;
      padding-right: 10px;
      transition: all 0.15s ease-out 0s;
      -webkit-align-self: center;
              align-self: center;
      -ms-flex-item-align: center; }
      .nlleertPage .nlleertWrap .aside .opa {
        opacity: 1; }
      .nlleertPage .nlleertWrap .aside h2 {
        color: #0BB5FF;
        opacity: .4;
        transition: all 0.15s ease-out 0s; }
      .nlleertPage .nlleertWrap .aside h2:first-child {
        margin-top: 0; }
      .nlleertPage .nlleertWrap .aside img {
        width: 100%;
        margin-bottom: 25px;
        box-shadow: #666 2px 2px 10px; }
      @media screen and (max-width: 1250px) {
        .nlleertPage .nlleertWrap .aside {
          display: none; } }
  .nlleertPage .adressWrap {
    max-width: 960px;
    margin: 80px auto 0 auto; }
    .nlleertPage .adressWrap h3 {
      text-align: center; }
    .nlleertPage .adressWrap p {
      text-align: center;
      font-size: 18px; }
      .nlleertPage .adressWrap p span {
        color: #ef3f50; }
    .nlleertPage .adressWrap .reserved {
      margin-top: 40px;
      font-size: 14px; }
      .nlleertPage .adressWrap .reserved a {
        color: #ef3f50;
        text-decoration: none; }
  @media screen and (max-width: 768px) {
    .nlleertPage .nlleertWrap {
      padding-top: 10px; }
      .nlleertPage .nlleertWrap h1 {
        font-size: 25px;
        text-align: center;
        width: 100%; }
      .nlleertPage .nlleertWrap .text {
        background-color: #4e6472;
        padding-left: 20px;
        max-width: 75%;
        margin: 15px auto 0 auto; }
        .nlleertPage .nlleertWrap .text p {
          text-align: left; }
      .nlleertPage .nlleertWrap .texteven p {
        text-align: left; } }
		
.footer {
  height: 200px;
  background: #0BB5FF; }
