html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Open Sans", "Helvetica", "Arial", "sans-serif";
}

a {
  color: #377faf;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
a:hover, a:focus {
  color: #2b6388;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Helvetica", "Arial", "sans-serif";
  font-weight: 200;
  letter-spacing: 1px;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 300;
}

section {
  padding: 20px 0;
}
section h2 {
  font-size: 50px;
}

.logoBlack {
  width: 200px;
}

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: #ffffff;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-family: "Open Sans", "Helvetica", "Arial", "sans-serif";
  font-weight: 200;
  letter-spacing: 1px;
}
#mainNav.navbar-shrink {
  margin-top: 0;
}
#mainNav .navbar-brand {
  color: #377faf;
  font-family: "Open Sans", "Helvetica", "Arial", "sans-serif";
  font-weight: 200;
  letter-spacing: 1px;
}
#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  color: #2b6388;
}
#mainNav .navbar-toggler {
  font-size: 14px;
  color: #222222;
}
#mainNav .navbar-nav > li.phone {
  order: 4;
  position: relative;
}
#mainNav .navbar-nav > li.phone i {
  display: none;
}
#mainNav .navbar-nav > li > a {
  font-size: 11px;
  font-family: "Open Sans", "Helvetica", "Arial", "sans-serif";
  letter-spacing: 2px;
}
#mainNav .navbar-nav > li > a.active {
  color: #000000 !important;
  background-color: transparent;
}
#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}
#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #222222;
}
#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #377faf;
}
@media (min-width: 768px) {
  #mainNav .navbar-nav > li.phone {
    pointer-events: none;
  }
}
@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
    margin-top: 50px;
  }
  #mainNav .navbar-brand {
    color: #000000;
  }
  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: #000000;
  }
  #mainNav .navbar-nav li {
    margin-left: 10px;
  }
  #mainNav .navbar-nav li.phone {
    order: initial;
  }
  #mainNav .navbar-nav li.phone i {
    display: block;
    position: absolute;
    left: -20px;
    margin-right: 5px;
    font-size: 16px;
    bottom: 12px;
  }
  #mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
    font-size: 15px;
    color: #000000;
  }
  #mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
    color: rgba(0, 0, 0, 0.5);
  }
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: #ffffff;
  }
  #mainNav.navbar-shrink .logoWhite {
    display: none;
  }
  #mainNav.navbar-shrink .logoBlack {
    display: block;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #000000;
  }
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    color: #377faf;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a,
#mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
#mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: #377faf;
  }
}

b, strong {
  font-weight: bold;
}

#overons {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-image: url("../img/header-desktop.png");
  background-size: cover;
  padding: 200px 0;
  margin-top: 160px;
}

@media screen and (max-width: 768px) {
  #overons {
    background-image: url("../img/header-mobiel.png");
    background-size: cover;
  }

  .final-tiles-gallery .ftg-items {
    display: flex !important;
    flex-wrap: wrap;
    width: 100% !important;
  }

  .final-tiles-gallery .ftg-items .tile {
    position: unset !important;
  }

  .final-tiles-gallery .ftg-items .tile.ftg-loaded {
    width: calc(50% - 3px) !important;
    margin: 1.5px;
    height: auto !important;
  }
}
@media screen and (max-width: 990px) {
  #overons {
    background-size: cover;
    background-position: center;
    margin-top: 100px;
  }
}
header.masthead {
  position: relative;
  width: 100%;
  color: #000000;
}
header.masthead .col-lg-6 {
  display: flex;
  flex-direction: column;
  color: #ffffff !important;
}
header.masthead .col-lg-6 h1 {
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  font-weight: 600 !important;
}
@media only screen and (min-width: 768px) {
  header.masthead .col-lg-6 h1 {
    font-size: 100px;
    line-height: 100px;
  }
}
header.masthead .col-lg-6 p {
  font-size: 25px;
  text-align: center;
}
header.masthead .col-lg-6 a {
  margin: auto;
}
header.masthead .col-lg-6 b {
  display: inline-block;
}
header.masthead .GalleryWrap {
  margin-top: 110px;
}
header.masthead .header-content {
  max-width: 500px;
  text-align: center;
}
header.masthead .header-content h1 {
  font-weight: 400;
}
header.masthead .header-content p {
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 20px 0;
}
header.masthead .row-flex.h-100 {
  padding: 160px 0 20px 0;
}
header.masthead .device-container {
  max-width: 325px;
  margin-right: auto;
  margin-left: auto;
}
header.masthead .device-container .screen img {
  border-radius: 3px;
}
@media (min-width: 992px) {
  header.masthead {
    max-height: 100%;
    padding-top: 0;
  }
  header.masthead .header-content {
    margin-bottom: 0;
    text-align: left;
  }
  header.masthead .header-content h1 {
    margin-left: -100px;
    font-size: 50px;
  }
  header.masthead .device-container {
    max-width: 325px;
  }
  header.masthead .GalleryWrap {
    margin-top: 150px;
  }
}
@media (min-width: 1200px) {
  header.masthead .header-content h1 {
    font-size: 65px;
  }
}

section.download {
  position: relative;
  padding: 150px 0;
}
section.download h2 {
  font-size: 50px;
  margin-top: 0;
}
section.download .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}
section.download .badges .badge-link:last-child {
  margin-bottom: 0;
}
section.download .badges .badge-link img {
  height: 60px;
}
@media (min-width: 768px) {
  section.download .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  section.download h2 {
    font-size: 70px;
  }
}

section.features .section-heading {
  margin-bottom: 100px;
}
section.features .section-heading h2 {
  margin-top: 0;
}
section.features .section-heading p {
  margin-bottom: 0;
}
section.features .device-container,
section.features .feature-item {
  max-width: 325px;
  margin: 0 auto;
}
section.features .device-container {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  section.features .device-container {
    margin-bottom: 0;
  }
}
section.features .feature-item {
  text-align: center;
}
section.features .feature-item:hover {
  cursor: pointer;
}
section.features .feature-item img {
  width: 50%;
  margin: 20px;
  max-width: 40px;
}
section.features .feature-item h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
section.features .feature-item p {
  margin-bottom: 25px;
  font-size: 14px;
}
section.features .feature-item i {
  font-size: 80px;
  display: block;
  margin-bottom: 15px;
  background: -webkit-linear-gradient(to left, #7b4397, #dc2430);
  background: linear-gradient(to left, #7b4397, #dc2430);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.cta {
  position: relative;
  padding: 250px 0;
  background-image: url("../public/img/bg-cta.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.cta .cta-content {
  position: relative;
  z-index: 1;
}
section.cta .cta-content h2 {
  font-size: 50px;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
}
@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 80px;
  }
}
section.cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

section.contact {
  text-align: center;
}
section.contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
}
section.contact h2 i {
  color: #dd4b39;
}
section.contact ul.list-social {
  margin-bottom: 0;
}
section.contact ul.list-social li a {
  font-size: 40px;
  line-height: 80px;
  display: block;
  width: 80px;
  height: 80px;
  color: white;
  border-radius: 100%;
}
section.contact ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}
section.contact ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}
section.contact ul.list-social li.social-facebook a {
  background-color: #3b5998;
}
section.contact ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}
section.contact ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}
section.contact ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}

footer {
  padding: 50px 0;
  background-color: #819195;
  color: #ffffff !important;
}
footer p {
  font-size: 15px;
  margin: 0;
  margin-top: 13px;
}
footer p.contactGegevens {
  line-height: 2.2em;
}
footer .row img {
  display: block;
  margin: 0 auto;
}
footer .row:first-child > .item {
  margin-top: 15px;
}
footer .row .item {
  padding: 12.5px 20px;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  min-width: 175px;
  margin-left: 15px;
  margin-bottom: 10px;
  font-weight: 900;
  font-size: 14px;
}
footer .row .item i {
  margin-right: 12.5px;
}
footer ul {
  margin-bottom: 0;
}
footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}
footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
  text-decoration: none;
}
@media (min-width: 768px) {
  footer .item {
    margin-left: 30px;
  }
}
footer #contactForm {
  padding: 0 !important;
}
@media (min-width: 768px) {
  footer #contactForm .col-md-6 {
    padding: 0;
  }
  footer #contactForm .col-md-6:nth-child(2) {
    padding-left: 10px;
  }
}
footer #contactForm .col-md-6, footer #contactForm .col-md-12 {
  padding: 0;
}
footer #contactForm form {
  display: block;
  width: 100%;
}
footer #contactForm form .alert {
  margin: 10% auto;
}
footer #contactForm input {
  width: 100%;
  margin: 5px 0;
  padding: 14px 12px;
  background-color: #ffffff;
  border: 0;
  color: #000;
}
footer #contactForm textarea {
  width: 100%;
  margin: 5px 0;
  padding: 7.5px;
  background-color: #ffffff;
  border: 0;
  color: #000;
}
footer #contactForm .btn {
  float: left;
}

.bg-primary {
  background: #377faf;
  background: -webkit-linear-gradient(#377faf, #31719c);
  background: linear-gradient(#377faf, #31719c);
}

.text-primary {
  color: #377faf;
}

.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: white;
  border-color: white;
  color: white;
  border-color: #377faf;
  background-color: #377faf;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: rgba(255, 255, 255, 0.5);
}

.btn {
  font-family: "Open Sans", "Helvetica", "Arial", "sans-serif";
  letter-spacing: 2px;
  white-space: initial;
  border-radius: initial;
}

.btn-xl {
  font-size: 11px;
  padding: 15px 45px;
}

.navbar-light .navbar-toggler {
  border-color: transparent;
}

.navbar-toggler i {
  font-size: 24px;
}

.h1, h1 {
  font-size: 2rem;
}

section#onswerk b {
  display: block;
  margin-top: 20px;
  font-size: 0.9rem;
}
section#onswerk p {
  font-size: 12.5px;
  color: #525659;
  font-weight: 300;
  margin-bottom: 0;
}
section#onswerk .footer_image_wrap {
  padding: 0;
}
section#onswerk .footer_image_wrap .footer_image {
  display: none;
}
section#onswerk .footer_image_wrap .footer_image img {
  width: 100%;
}
@media screen and (max-width: 992px) {
  section#onswerk .footer_image_wrap {
    max-width: 100%;
  }
  section#onswerk .footer_image_wrap .footer_image {
    display: block;
  }
  section#onswerk .gallery_wrap {
    display: none;
  }
}

/*# sourceMappingURL=new-age.css.map */
