body {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  position: relative;
  z-index: 10;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #7a7878;
  font-size: 34px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
}

a {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #25ac6a;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  color: #666;
  font-size: 20px;
  line-height: 22px;
  font-style: italic;
  font-weight: 300;
}

.hero-section {
  position: relative;
  padding-top: 130px;
  padding-bottom: 145px;
  background-image: url('../images/design-desk.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-section.about-page {
  position: relative;
  padding-top: 130px;
  padding-bottom: 145px;
  background-color: transparent;
  background-image: url('../images/DSC04415.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-section.blog-post-hero {
  padding-bottom: 150px;
}

.hero-section.home-page-hero {
  height: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: url('../images/DSC04415_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.nav {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 20;
  display: none;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: transparent;
}

.logo-text {
  margin-top: 11px;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
}

.logo-text.footer-logo {
  margin-top: 3px;
  font-family: 'Great Vibes', cursive;
}

.nav-link {
  display: inline-block;
  min-width: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.6;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 1;
  color: #fff;
}

.nav-link.w--current {
  z-index: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  opacity: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.nav-link.contact {
  margin-top: 9px;
  margin-left: 30px;
  padding: 10px;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, 0.3);
  font-size: 12px;
  line-height: 18px;
}

.nav-link.footer-link {
  margin-top: 0px;
  padding: 10px;
  float: right;
  text-decoration: none;
}

.nav-link.footer-link.contact {
  background-color: hsla(0, 0%, 100%, 0.3);
}

.section {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: rgba(55, 91, 155, 0);
  text-align: center;
}

.section.top-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.top-section.home-page {
  background-color: rgba(55, 91, 155, 0);
  font-family: Lato, sans-serif;
}

.section.gray-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ececec;
}

.section.mobilehomepage {
  display: none;
}

.hero-container {
  position: relative;
  top: -150px;
  padding: 5px;
  background-color: #fff;
}

.hero-container.project-container {
  padding: 10px;
}

.hero-container.mobilehomepage {
  position: static;
  top: auto;
}

._33block {
  width: 33.33%;
  height: auto;
  padding: 0px;
  float: left;
}

.footer-section {
  margin-top: 29px;
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: rgba(59, 65, 75, 0.4);
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.contact-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.close-link {
  display: block;
  margin-bottom: 20px;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.close-link:hover {
  opacity: 1;
  color: #fff;
}

.text-field {
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.1);
  font-size: 16px;
}

.text-field:focus {
  border-color: hsla(0, 0%, 100%, 0.3);
  color: #fff;
}

.text-field.text-area {
  height: 120px;
}

.form-wrapper {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.submit-button {
  display: block;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 3px;
  background-color: #55acee;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 17px;
}

.submit-button:hover {
  background-color: #3765a3;
}

.contact-heading {
  color: #fff;
  font-size: 30px;
  line-height: 32px;
}

.small-divider {
  display: block;
  width: 80px;
  height: 2px;
  margin: 10px auto;
  background-color: #fff;
  opacity: 0.2;
}

.small-divider.dark-divider {
  background-color: #000;
}

.contact-text {
  margin-bottom: 20px;
  opacity: 0.7;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.success-message {
  background-color: #2bab68;
}

.success-text {
  margin-bottom: 0px;
  color: #fff;
}

.hero-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.07);
}

.cta-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(75, 86, 100, 0.6);
  text-align: center;
}

.cta-heading {
  margin-bottom: 18px;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
}

.button {
  padding: 15px 40px;
  background-color: #3765a3;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 14px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #088347;
  color: #fff;
}

.project-image {
  height: 250px;
  border-radius: 3px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 700ms ease;
  transition: -webkit-transform 700ms ease;
  transition: transform 700ms ease;
  transition: transform 700ms ease, -webkit-transform 700ms ease;
}

.project-image:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.project-block {
  padding: 8px;
}

.project-title {
  position: absolute;
  left: 25px;
  bottom: 25px;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

.project-tag {
  position: absolute;
  top: 25px;
  right: 25px;
  padding: 9px 10px 8px;
  border-radius: 3px;
  opacity: 1;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}

.project-link {
  display: block;
  overflow: hidden;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #333;
  text-decoration: none;
}

.project-link:hover {
  color: #55acee;
}

.project-link.blog-link {
  height: 340px;
}

.project-link.blog-link:hover {
  color: #333;
}

.alternate-image {
  height: 360px;
  margin-bottom: 15px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-text {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.center {
  text-align: center;
}

.blog-block {
  position: relative;
  padding: 10px;
}

.blog-image {
  position: relative;
  height: 100%;
  margin-bottom: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-title {
  margin-bottom: 5px;
  padding-right: 5px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.blog-description {
  margin-bottom: 10px;
  color: #666;
}

.blog-date {
  position: absolute;
  left: 10px;
  top: 13px;
  z-index: 10;
  color: #fff;
}

.blog-author {
  display: inline-block;
  margin-right: 3px;
  color: #888;
  font-style: italic;
}

.blog-category {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  padding: 7px 8px;
  border-radius: 3px;
  opacity: 1;
  color: #fff;
  line-height: 14px;
}

.blog-post-wrapper {
  padding-top: 30px;
}

.blog-details {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  opacity: 0.7;
  color: #fff;
  font-size: 16px;
}

.hero-text-wrapper {
  position: relative;
  z-index: 10;
  text-align: center;
}

.author-wrapper {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  text-align: center;
}

.author-image {
  width: 150px;
  margin-bottom: 5px;
  border-radius: 200px;
}

.author-name {
  color: #444;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.author-bio {
  color: #666;
  font-size: 17px;
  line-height: 23px;
}

.home-page-heading {
  top: -46px;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.blog-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 180px;
  margin-bottom: 10px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid {
  -ms-grid-columns: 1.75fr 1fr;
  grid-template-columns: 1.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-4 {
  -o-object-fit: cover;
  object-fit: cover;
}

.heading {
  background-color: transparent;
  color: rgba(29, 28, 28, 0.73);
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.button-2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(56, 152, 236, 0.42);
  line-height: 25px;
  text-align: center;
  letter-spacing: normal;
}

.div-block-3 {
  width: 100%;
  height: 100%;
}

.div-block-4 {
  width: 100%;
  height: 100%;
}

.div-block-5 {
  width: 100%;
  height: 100%;
}

.image-10 {
  width: 100%;
  height: 100%;
}

.button-3 {
  position: static;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(56, 152, 236, 0.42);
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-12 {
  width: 100%;
  height: 100%;
}

.button-5 {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(56, 152, 236, 0.42);
  text-align: center;
}

.div-block-7 {
  width: 100%;
  height: 100%;
}

.image-13 {
  position: static;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: auto;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.button-6 {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(56, 152, 236, 0.42);
  font-weight: 400;
  text-align: center;
}

.container {
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(85, 172, 238, 0.48);
}

.video {
  z-index: 20;
  margin-top: 0px;
}

.container-3 {
  position: relative;
  top: -111px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.container-3.mobilehomepage {
  position: static;
}

.link {
  color: #8070db;
}

.paragraph-2 {
  position: relative;
  top: 18px;
  text-align: left;
}

.link-3 {
  color: #3047b9;
}

.section-2 {
  position: static;
  top: -106px;
}

.container-4 {
  position: relative;
  top: -51px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-3 {
  text-align: center;
}

.container-5 {
  margin-top: auto;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.bold-text {
  font-weight: 400;
  text-align: center;
}

.heading-2 {
  margin-top: 40px;
  margin-bottom: 0px;
  font-weight: 400;
  text-align: left;
}

.button-7 {
  display: block;
  margin-top: 0px;
  margin-bottom: -27px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(56, 152, 236, 0.45);
}

.heading-4 {
  margin-top: 0px;
}

.button-9 {
  margin: 20px auto 40px;
  background-color: rgba(56, 152, 236, 0.42);
  text-align: center;
}

.paragraph-7 {
  display: block;
  margin-right: auto;
  margin-left: 0px;
  padding: 5px 20px;
  border-style: none none none solid;
  border-width: 1px 1px 1px 5px;
  border-color: #000 #000 #000 #e2e2e2;
  text-align: left;
}

.paragraph-8 {
  padding: 5px 20px;
  border-right: 5px solid #e2e2e2;
  border-left: 0px solid #825252;
  text-align: right;
}

.section-4 {
  margin-top: 0px;
}

.heading-5 {
  font-weight: 400;
  text-align: center;
}

.slide-10 {
  background-image: url('../images/DSC04499-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/DSC04420.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/DSC04337.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/DSC04317.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/DSC04501-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-2 {
  height: 350px;
}

.slider-3 {
  height: 350px;
}

.slide-15 {
  background-image: url('../images/DSC04431_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/DSC04320.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-17 {
  background-image: url('../images/DSC04368_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-18 {
  background-image: url('../images/keukenmachines.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-19 {
  background-image: url('../images/DSC04341.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-21 {
  background-image: url('../images/DSC04348.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-22 {
  background-image: url('../images/DSC04353.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.container-7 {
  margin-top: 10px;
}

.bold-text-2 {
  font-weight: 400;
}

.bold-text-3 {
  font-weight: 400;
}

.bold-text-4 {
  font-weight: 400;
}

.bold-text-5 {
  font-weight: 400;
}

.bold-text-6 {
  font-weight: 400;
}

.bold-text-7 {
  font-weight: 400;
}

.bold-text-8 {
  font-weight: 400;
}

.bold-text-9 {
  font-weight: 400;
}

.bold-text-10 {
  font-weight: 400;
}

.bold-text-11 {
  font-weight: 400;
  text-align: right;
}

.bold-text-12 {
  font-weight: 400;
}

.bold-text-13 {
  font-weight: 400;
}

.bold-text-14 {
  font-weight: 400;
}

.kolomrij1 {
  margin-top: 40px;
}

.kolomrij2 {
  margin-top: 60px;
}

.block-quote-3 {
  padding-right: 0px;
  padding-left: 0px;
  border-left-style: none;
  text-align: left;
}

.h1 {
  margin-top: 0px;
  color: #313030;
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}

.button-10 {
  display: block;
  margin-top: 19px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(56, 152, 236, 0.45);
  font-weight: 400;
  text-align: center;
}

.section-5 {
  margin-top: 0px;
  padding-top: 130px;
  padding-bottom: 145px;
  background-image: url('../images/DSC04415.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.image-14 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
}

.section-6 {
  margin-top: -90px;
}

.container-8 {
  background-color: #fff;
}

.tabs {
  padding-top: 8px;
  padding-right: 8px;
  padding-left: 8px;
}

.tab-link-tab-1 {
  background-color: #55acee;
}

.tab-link-tab-1.w--current {
  background-color: rgba(85, 172, 238, 0.41);
  letter-spacing: 2px;
}

.rich-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block {
  letter-spacing: 2px;
}

.text-block-2 {
  letter-spacing: 2px;
}

.text-block-3 {
  letter-spacing: 2px;
}

.text-block-4 {
  letter-spacing: 2px;
}

.text-block-5 {
  letter-spacing: 2px;
}

.text-block-6 {
  letter-spacing: 2px;
}

.tab-link-tab-2 {
  background-color: rgba(85, 172, 238, 0.41);
}

.tab-link-tab-3 {
  background-color: rgba(85, 172, 238, 0.41);
}

.tab-link-tab-4 {
  background-color: rgba(85, 172, 238, 0.41);
}

.tab-link-tab-5 {
  background-color: rgba(85, 172, 238, 0.41);
}

.tab-link-tab-6 {
  background-color: rgba(85, 172, 238, 0.41);
}

.text-block-7 {
  letter-spacing: 2px;
}

.image-15 {
  margin-top: 0px;
}

.link-4 {
  color: rgba(37, 73, 172, 0.82);
}

.divhomepagenew {
  margin-top: auto;
}

.divhomepagenew._2 {
  margin-top: auto;
}

.kolomhomepage {
  padding-right: 0px;
  padding-left: 0px;
}

.columns {
  margin-right: 0px;
  margin-left: 0px;
}

.rijhomepage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divblokflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-8 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-4 {
  height: 420px;
  min-height: 400px;
}

.container-9 {
  position: relative;
  top: -150px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  border-left: 5px solid #fff;
}

.slide-24 {
  background-image: url('../images/DSC04420_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-25 {
  background-image: url('../images/DSC04324.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-26 {
  background-image: url('../images/DSC04407.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-27 {
  background-image: url('../images/header.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.slide-28 {
  background-image: url('../images/DSC04538.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-29 {
  background-image: url('../images/DSC04560.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.columns-2 {
  margin-top: 60px;
}

.columns-3 {
  padding-top: 60px;
}

.columns-4 {
  padding-top: 60px;
}

.columns-5 {
  padding-top: 60px;
}

.columns-6 {
  padding-top: 60px;
}

.paragraph-9 {
  margin-right: auto;
  padding: 5px 20px;
  border-right: 0px solid #e2e2e2;
  border-left: 5px solid #d9d7d7;
  text-align: left;
}

.paragraph-10 {
  margin-right: auto;
  padding: 5px 20px;
  border-right: 5px solid #e2e2e2;
  text-align: right;
}

.paragraph-11 {
  margin-right: auto;
  padding: 5px 20px;
  border-left: 5px solid #e2e2e2;
  text-align: left;
}

.paragraph-12 {
  padding: 5px 20px;
  border-right: 5px solid #e2e2e2;
  text-align: right;
}

.paragraph-13 {
  margin-right: auto;
  padding: 5px 20px;
  border-left: 5px solid #e2e2e2;
  text-align: left;
}

.slide-30 {
  background-image: url('../images/DSC04396.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-31 {
  background-image: url('../images/12.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-32 {
  background-image: url('../images/DSC04396.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-33 {
  background-image: url('../images/DSC04449.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-34 {
  background-image: url('../images/DSC04406.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-35 {
  background-image: url('../images/wasmachine.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-36 {
  background-image: url('../images/thumbnail_IMG_9211.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-37 {
  background-image: url('../images/DSC04409.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-38 {
  background-image: url('../images/DSC04418.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-39 {
  background-image: url('../images/DSC04439.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-40 {
  background-image: url('../images/DSC04445.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-41 {
  background-image: url('../images/IMG_8257.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(85, 172, 238, 0.48);
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.contactrij {
  margin-top: 40px;
}

.linktext {
  width: 100%;
  color: #7a7878;
  font-size: 20px;
}

.column {
  padding-top: 10px;
  text-align: left;
}

.column-2 {
  padding-top: 10px;
  text-align: left;
}

.column-3 {
  padding-top: 10px;
  text-align: left;
}

.rij-contact {
  padding-top: 40px;
}

.iconblock {
  padding-bottom: 40px;
}

.html-embed {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .hero-section {
    padding-top: 88px;
  }

  .hero-section.home-page-hero {
    padding-top: 110px;
    padding-right: 114px;
    padding-left: 114px;
  }

  .nav {
    display: none;
    padding-top: 0px;
  }

  .nav-link {
    display: block;
    margin-top: 20px;
    padding-bottom: 40px;
  }

  .nav-link.contact {
    margin-bottom: 11px;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .nav-link.footer-link {
    margin-top: 9px;
  }

  .section.top-section {
    padding-bottom: 0px;
  }

  .section.mobilehomepage {
    display: block;
    height: auto;
    padding-top: 12px;
  }

  .hero-container.mobilehomepage {
    position: static;
  }

  .menu-button {
    position: static;
    display: block;
    max-height: 55px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-align: center;
  }

  .menu-button.w--open {
    background-color: #55acee;
  }

  .nav-menu {
    width: auto;
    background-color: #55acee;
  }

  .contact-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .form-wrapper {
    width: 70%;
  }

  .project-text {
    width: 90%;
  }

  .blog-block {
    padding: 4px;
  }

  .blog-image-wrapper {
    height: 170px;
    margin-bottom: 10px;
  }

  .image-10 {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-12 {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-13 {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .video {
    position: relative;
    z-index: auto;
  }

  .container-3.mobilehomepage {
    position: static;
    top: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section-2 {
    position: static;
  }

  .heading-2 {
    text-align: center;
  }

  .button-7 {
    margin-bottom: auto;
  }

  .paragraph-7 {
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .paragraph-8 {
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    text-align: left;
  }

  .slide-10 {
    height: 350px;
    min-height: 350px;
  }

  .slider-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider-3 {
    height: 0px;
    min-height: 350px;
  }

  .icon {
    font-size: 35px;
  }

  .navbar {
    position: absolute;
    z-index: 20;
    width: 100vw;
  }

  .menu-button-2 {
    color: #fff;
    font-size: 35px;
  }

  .menu-button-2.w--open {
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .nav-menu-2 {
    min-height: 100vh;
    background-color: #55acee;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 41px;
  }

  .hero-section {
    padding-bottom: 25px;
  }

  .hero-section.blog-post-hero {
    padding-bottom: 70px;
  }

  .hero-section.home-page-hero {
    padding-right: 46px;
    padding-bottom: 60px;
    padding-left: 46px;
  }

  .logo-text {
    margin-bottom: 19px;
  }

  .nav-link.contact {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 20px;
  }

  .nav-link.footer-link {
    float: none;
  }

  .nav-link.footer-link.contact {
    float: none;
  }

  .section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.top-section.home-page {
    min-height: 1400px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .hero-container {
    top: auto;
    padding: 5px 0px;
  }

  ._33block {
    width: 100%;
    height: 300px;
    min-height: 300px;
    margin-top: 72px;
    float: none;
  }

  ._33block._1 {
    width: 100%;
    height: 350px;
    margin-top: 10px;
    float: none;
  }

  ._33block._2 {
    height: 350px;
    margin-top: 20px;
  }

  .footer-section {
    position: relative;
    top: 67px;
  }

  .menu-button.w--open {
    background-color: #55acee;
  }

  .nav-menu {
    border-style: none solid solid;
    border-width: 2px;
    border-color: #fff;
    background-color: #55acee;
  }

  .logo-footer {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }

  .footer-link-col {
    text-align: center;
  }

  .form-wrapper {
    width: 80%;
  }

  .project-title {
    font-size: 25px;
    line-height: 28px;
  }

  .project-link.blog-link {
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }

  .project-text {
    width: 100%;
  }

  .blog-post-wrapper {
    padding-top: 0px;
  }

  .author-wrapper {
    width: 90%;
    margin-bottom: 39px;
  }

  .div-block-3 {
    height: 300px;
  }

  .div-block-3._3 {
    margin-top: auto;
    padding-top: 0px;
  }

  .div-block-5 {
    margin-top: auto;
  }

  .button-3 {
    min-height: 60px;
    border-style: none;
    border-width: 1px;
    border-color: #fff;
  }

  .button-5 {
    min-height: 60px;
  }

  .div-block-7 {
    height: auto;
  }

  .image-13 {
    display: inline-block;
    height: 300px;
  }

  .button-6 {
    min-height: 60px;
    font-size: 14px;
  }

  .container-4 {
    position: static;
    top: 0px;
  }

  .heading-2 {
    font-size: 20px;
  }

  .paragraph-7 {
    text-align: center;
  }

  .paragraph-8 {
    margin-top: 20px;
    text-align: center;
  }

  .heading-5 {
    margin-top: 135px;
    font-size: 20px;
    text-align: center;
  }

  .h1 {
    font-size: 14px;
  }

  .icon {
    font-size: 35px;
    letter-spacing: normal;
  }

  .rijhomepage {
    display: block;
  }

  .divblokflex {
    display: block;
  }

  .container-9 {
    top: auto;
  }

  .nav-menu-2 {
    min-height: 100vh;
  }

  .iconblock {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 24px;
    line-height: 32px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.38);
  }

  .hero-section.blog-post-hero {
    padding-bottom: 60px;
  }

  .hero-section.home-page-hero {
    padding-right: 10px;
    padding-left: 10px;
  }

  .logo-text {
    font-size: 26px;
  }

  .nav-link.footer-link {
    display: block;
    font-size: 13px;
  }

  .nav-link.footer-link.contact {
    padding: 9px;
    font-size: 13px;
  }

  .section {
    padding: 40px 10px;
  }

  .section.top-section.home-page {
    min-height: 1300px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-container {
    top: -10px;
  }

  ._33block {
    width: 100%;
    margin-top: 50px;
    padding-top: 0px;
    padding-bottom: 20px;
  }

  ._33block._1 {
    padding-top: 0px;
  }

  ._33block._2 {
    padding-top: 0px;
  }

  .footer-section {
    margin-top: 58px;
    margin-bottom: 0px;
    padding-bottom: 23px;
  }

  .close-link:hover {
    color: #fff;
  }

  .form-wrapper {
    width: 90%;
  }

  .cta-heading {
    font-size: 28px;
  }

  .project-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .project-title {
    left: 15px;
    bottom: 25px;
    font-size: 20px;
    line-height: 25px;
  }

  .project-tag {
    right: 18px;
  }

  .project-link.blog-link {
    margin-bottom: 15px;
  }

  .blog-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .blog-details {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 14px;
  }

  .author-wrapper {
    width: 100%;
  }

  .home-page-heading {
    font-size: 45px;
    line-height: 50px;
  }

  .grid {
    background-image: url('../images/header2.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .image-4 {
    display: none;
  }

  .div-block-3 {
    margin-top: auto;
    padding-top: 5px;
  }

  .container-4 {
    position: static;
  }

  .paragraph-3 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-2 {
    margin-top: 0px;
  }

  .paragraph-8 {
    margin-top: 40px;
  }

  .heading-5 {
    margin-top: 124px;
    font-size: 15px;
  }

  .slider-2 {
    margin-top: 20px;
  }

  .h1 {
    font-size: 12px;
    font-weight: 400;
  }

  .slider-4 {
    min-height: 300px;
  }
}

