.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.container.cover {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/_DSC0151.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container.gallery-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Museo Sans', sans-serif;
  color: #000;
  font-size: 80px;
  line-height: 90px;
  font-weight: 900;
  text-align: center;
  text-transform: none;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Museo Sans', sans-serif;
  color: #000;
  font-size: 55px;
  line-height: 65px;
  font-weight: 900;
  text-align: center;
}

.h2.project-title {
  color: #000;
  font-size: 50px;
  line-height: 60px;
  text-align: left;
  text-transform: none;
}

.body {
  margin-bottom: 0px;
  font-family: 'PT Serif', serif;
  color: #707070;
  font-size: 22px;
  line-height: 40px;
}

.body.max-width {
  max-width: 810px;
}

.body.max-width.center {
  text-align: center;
}

.body.center {
  text-align: center;
}

.container-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1800px;
  -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;
}

.container-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-left.projects {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 150px 0px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-right.ipad {
  width: 50%;
  max-width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-right.ipad.reversed {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-right.iphone {
  max-width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.inner-left-flex-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.inner-right-flex-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.usp-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 50px;
  padding: 20px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.usp-icon {
  margin-bottom: 30px;
}

.h3 {
  display: block;
  margin: auto auto 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Museo Sans', sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 36px;
  font-weight: 900;
  text-transform: none;
}

.h3.center {
  margin-bottom: 20px;
  color: #000;
  font-weight: 900;
  text-align: center;
  text-transform: none;
}

.h3.white {
  margin-bottom: 0px;
  color: #fff;
}

.h3.white.center {
  text-align: center;
}

.project-image {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.project-image.iphone {
  width: 450px;
}

.project-logo {
  max-width: 30%;
  margin-bottom: 40px;
}

.macbook {
  display: block;
  width: 996px;
}

.iphone {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding: 30px;
  -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;
}

.usp-inner {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-project-iphone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 2560px;
  padding: 80px 30px;
  -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;
  border-top: 1px solid #ddd;
}

.section-project-iphone.hide {
  display: none;
}

.section-project-macbook {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 2560px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 40px;
  -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;
  border-top: 1px solid #ddd;
}

.section-project-macbook.reversed {
  padding-right: 30px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.section-project-macbook.hide {
  display: none;
}

.section-diensten {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-right-inner {
  max-width: 700px;
  margin-right: 100px;
  margin-left: 100px;
}

.cover-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 150px;
  padding-left: 150px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo {
  max-width: 520px;
}

.cover-logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
}

.cover-arrow-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
}

.arrow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-bottom: 60px;
  -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;
}

.cover-filler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
}

.section-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 120px 30px 80px;
  -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;
  border-top: 1px solid #ddd;
}

.section-gallery-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0px 30px;
  -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;
}

.section-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 600px;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

.section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 600px;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

.section-outro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 50px 30px;
  -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;
  background-color: #000;
}

.section-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 1000px;
  padding: 30px;
  -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;
}

.container-left-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-child {
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-grandchild {
  margin: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/daniel-floris.jpg');
  background-position: 50% 50%;
  background-size: 750px;
  background-repeat: no-repeat;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
}

.flex-grandchild._2-rows {
  margin: 15px 0px 15px 15px;
  -webkit-box-flex: 2;
  -webkit-flex: 2 0;
  -ms-flex: 2 0;
  flex: 2 0;
  background-image: url('../images/sjoerd-harmen.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.flex-grandchild.left-1 {
  margin-left: 0px;
  background-image: url('../images/alberto-martijn.jpg');
  background-size: 750px;
}

.flex-grandchild.left-2 {
  margin-left: 0px;
}

.flex-grandchild.left-3 {
  margin-left: 0px;
  background-image: url('../images/uncinc-sign.jpg');
  background-size: cover;
}

.flex-grandchild.right-1 {
  margin-right: 0px;
  background-image: url('../images/sjoerd-roel-evelien.jpg');
  background-size: cover;
}

.team-container {
  margin-top: 100px;
}

.team-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.team-member {
  padding: 15px;
}

.member-photo {
  display: block;
  max-width: auto;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
}

.gallery-flex-grandchild {
  margin: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
}

.gallery-flex-grandchild.gallery-left-1 {
  margin-left: 0px;
  background-image: url('../images/uncinc-glasshouse.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-flex-grandchild.gallery-left-2 {
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/harmen-semih.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-flex-grandchild.gallery-left-3 {
  margin-right: 0px;
  background-image: url('../images/robin-nico-jeroen.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-flex-grandchild.gallery-left-4 {
  margin-right: 0px;
  background-image: url('../images/martijn-floris.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button {
  margin-top: 40px;
  padding: 16px 30px 14px;
  background-color: #fff;
  box-shadow: inset 0 0 0 2px #000, 0 3px 6px 0 rgba(0, 0, 0, .2);
  -webkit-transition: all 300ms cubic-bezier(.455, .03, .515, .955);
  transition: all 300ms cubic-bezier(.455, .03, .515, .955);
  font-family: 'Museo Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  box-shadow: inset 0 0 0 2px #000, 0 6px 12px 0 rgba(0, 0, 0, .15);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.button:focus {
  background-color: #000;
  color: #fff;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.link {
  padding-bottom: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.link:hover {
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
}

.project-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 100px 0px;
  -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;
  border-top: 1px solid #ddd;
}

.project-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.project-description-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.usps-parent-flex {
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.diensten-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 2000px;
}

.project-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 2000px;
  margin-right: 50px;
  margin-left: 50px;
  -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;
}

@media (max-width: 991px) {
  .h1 {
    max-width: 700px;
    font-size: 60px;
    line-height: 70px;
  }
  .h2 {
    margin-bottom: 20px;
    font-size: 55px;
    line-height: 65px;
  }
  .h2.project-title {
    font-size: 32px;
    line-height: 42px;
  }
  .body {
    font-size: 17px;
    line-height: 34px;
  }
  .body.center {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }
  .container-small {
    max-width: 700px;
  }
  .container-left {
    position: relative;
    z-index: 2;
  }
  .container-left.projects {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 30px;
  }
  .container-left.projects.mac-left {
    padding-left: 70px;
  }
  .container-left.projects.mac-right {
    padding-right: 70px;
  }
  .container-right {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container-right.ipad {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .container-right.ipad.reversed {
    left: 0px;
    right: 30px;
  }
  .usp-container {
    padding: 10px 10px 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right-width: 15px;
    border-bottom-width: 15px;
  }
  .usp-icon {
    max-width: 15%;
  }
  .h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .h3.center {
    width: 100%;
    margin: 0px 0px 15px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }
  .h3.center.white {
    margin-bottom: 0px;
  }
  .project-image.macbook {
    width: 100%;
  }
  .project-description {
    position: relative;
    z-index: 2;
    margin-left: 0px;
  }
  .project-logo {
    max-width: 25%;
    margin-bottom: 40px;
  }
  .section-cover {
    height: 100vh;
    padding: 20px;
    -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;
  }
  .usp-inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-project-iphone {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-project-macbook {
    position: relative;
    z-index: 3;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-project-macbook.reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-diensten {
    padding: 20px;
    border-top: 1px solid #ddd;
  }
  .container-right-inner {
    max-width: 700px;
    margin-right: 40px;
    margin-left: 40px;
  }
  .cover-wrapper {
    padding-right: 50px;
    padding-left: 50px;
  }
  .logo {
    max-width: 300px;
    margin-left: 10px;
  }
  .section-team {
    padding: 50px 10px;
    -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;
  }
  .section-gallery-text {
    padding: 20px;
    -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;
  }
  .section-intro {
    height: 400px;
    min-height: 400px;
    padding: 20px;
    -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;
  }
  .section-title {
    min-height: 500px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-outro {
    position: relative;
    z-index: 4;
    padding: 40px 20px;
    -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;
  }
  .section-gallery {
    height: 700px;
    padding: 20px;
    -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;
  }
  .flex-grandchild._2-rows {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .flex-grandchild.left-1 {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .flex-grandchild.left-2 {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .flex-grandchild.left-3 {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .flex-grandchild.right-1 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .team-container {
    margin-top: 40px;
  }
  .team-row {
    -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: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .team-member {
    width: 50%;
    padding: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .member-photo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .gallery-flex-grandchild.gallery-left-1 {
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .gallery-flex-grandchild.gallery-left-2 {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
  }
  .gallery-flex-grandchild.gallery-left-3 {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .gallery-flex-grandchild.gallery-left-4 {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
  }
  .button {
    font-size: 14px;
    line-height: 18px;
  }
  .footer-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .project-section {
    position: relative;
    z-index: 3;
    height: 100%;
    padding: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  }
  .project-image-wrapper {
    position: relative;
    z-index: 1;
    margin: -20px -45px -30px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .project-description-wrapper {
    position: relative;
    z-index: 2;
  }
  .project-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .h1 {
    max-width: 600px;
    font-size: 35px;
    line-height: 35px;
  }
  .h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .h2.project-title {
    font-size: 30px;
    line-height: 40px;
  }
  .body {
    font-size: 18px;
    line-height: 32px;
  }
  .body.max-width {
    font-size: 24px;
  }
  .body.max-width.center {
    font-size: 18px;
  }
  .container-small {
    max-width: 600px;
  }
  .container-left.projects {
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 0px 20px 0px 0px;
  }
  .container-left.projects.mac-left {
    padding-left: 20px;
  }
  .container-left.projects.mac-right {
    padding-right: 40px;
    padding-left: 20px;
  }
  .container-right {
    padding-right: 30px;
    padding-left: 30px;
  }
  .container-right.ipad.reversed {
    position: relative;
    left: -20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .usp-container {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    padding: 0px 1px 0px 0px;
    border-right-width: 10px;
  }
  .usp-icon {
    max-width: 10%;
    margin-bottom: 20px;
  }
  .h3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 20px;
    line-height: 30px;
  }
  .h3.center {
    margin-bottom: 15px;
  }
  .h3.center.white {
    margin-bottom: 0px;
  }
  .project-logo {
    max-width: 30%;
    margin-bottom: 30px;
  }
  .section-cover {
    padding: 10px;
  }
  .section-project-iphone {
    padding: 20px 20px 20px 40px;
  }
  .section-project-macbook {
    padding: 20px 0px 20px 20px;
  }
  .section-project-macbook.reversed {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-diensten {
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container-right-inner {
    margin-right: 0px;
    margin-left: 0px;
  }
  .cover-wrapper {
    padding-right: 50px;
    padding-left: 50px;
  }
  .logo {
    width: 100%;
    max-width: 300px;
    margin-left: 0px;
  }
  .section-team {
    padding: 30px 5px;
  }
  .section-gallery-text {
    padding: 10px;
  }
  .section-intro {
    height: 350px;
    min-height: 350px;
    padding: 10px 20px;
  }
  .section-title {
    min-height: 200px;
    padding: 20px;
  }
  .section-outro {
    padding: 30px 20px;
  }
  .section-gallery {
    height: 500px;
    padding: 10px;
  }
  .flex-grandchild._2-rows {
    margin-bottom: 5px;
    margin-left: 5px;
  }
  .flex-grandchild.left-1 {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .flex-grandchild.left-2 {
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .flex-grandchild.left-3 {
    margin-top: 5px;
    margin-right: 5px;
  }
  .flex-grandchild.right-1 {
    margin-top: 5px;
    margin-left: 5px;
  }
  .team-container {
    margin-top: 20px;
  }
  .team-member {
    padding: 5px;
  }
  .gallery-flex-grandchild.gallery-left-1 {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .gallery-flex-grandchild.gallery-left-2 {
    margin-top: 5px;
    margin-right: 5px;
  }
  .gallery-flex-grandchild.gallery-left-3 {
    margin-bottom: 5px;
    margin-left: 5px;
  }
  .gallery-flex-grandchild.gallery-left-4 {
    margin-top: 5px;
    margin-left: 5px;
  }
  .project-section {
    padding: 40px;
  }
  .project-image-wrapper {
    margin-top: -10px;
    margin-bottom: -20px;
  }
  .diensten-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 479px) {
  .container.gallery-flex-parent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .h2.project-title {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 35px;
  }
  .body {
    font-size: 16px;
    line-height: 26px;
  }
  .body.max-width {
    font-size: 20px;
    line-height: 30px;
  }
  .body.max-width.center {
    font-size: 18px;
    line-height: 28px;
  }
  .container-small {
    max-width: 600px;
  }
  .container-left.projects {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-right: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .container-left.projects.mac-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-left.projects.mac-right {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .container-right {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-right.ipad {
    padding-left: 0px;
  }
  .usp-container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom-width: 10px;
  }
  .usp-icon {
    max-width: 20%;
  }
  .h3 {
    margin-bottom: auto;
    font-size: 18px;
    line-height: 28px;
  }
  .project-logo {
    max-width: 50%;
    margin-bottom: 20px;
  }
  .section-cover {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .section-project-iphone {
    padding-right: 0px;
    padding-left: 20px;
  }
  .section-diensten {
    padding: 30px 30px 0px;
  }
  .cover-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .logo {
    max-width: 280px;
  }
  .section-team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .section-intro {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .section-title {
    min-height: 150px;
    padding-right: 70px;
    padding-left: 70px;
  }
  .section-outro {
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .section-gallery {
    height: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-grandchild.right-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .button {
    display: block;
    margin-top: 30px;
    padding-top: 14px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 18px;
  }
  .project-section {
    padding: 30px;
  }
  .project-image-wrapper {
    margin-top: 10px;
  }
}

@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSans_900.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSans_500.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSans_700.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}