@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #00678d;
}

#navigation, a.close, .bezoek a, .extend a, .wrapper img, .wrapper, nav, .projectnaam>div, span.fill {
  transition: 300ms ease-out;
}

#nav {
  padding: 0 12%;
  width: 100%;
  overflow: hidden;
}

nav ul li {
  float: left;
  padding: 35px 20px;
  position: relative;
}

nav ul li a {
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  padding: 0 0 0 5px;
  font-family: 'Roboto', sans-serif;
  float: left;
  line-height: 1.8;
}

nav ul li::before {
  content: "";
  background-image: url(../images/icon-logo.png);
  background-image: url(../images/icon-logo.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  margin: 3px 0 0 0;
  left: 0;
  transition: 300ms ease-out;
}

nav ul li::after {
  content: "";
  background-image: url(../images/icon-logo-aqua.png);
  background-image: url(../images/icon-logo-aqua.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  margin: 3px 0 0 0;
  left: 0;
  opacity: 0;
  transition: 300ms ease-out;
}

.extend nav ul li::after {
  opacity: 1;
}

#logo-sight-mobile a {
  display: none;
}

a#logo-sight, #logo-sight-mobile a {
  float: right;
  width: 100px;
  height: 100px;
  position: relative;
}

a#logo-sight::before, #logo-sight-mobile a::before {
  content: "";
  background-image: url(../images/logo-small-white.png);
  background-image: url(../images/logo-small-white.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 80px;
  height: 100px;
  left: 0;
  position: absolute;
  transition: 300ms ease-out;
}

a#logo-sight::after, #logo-sight-mobile a::after {
  content: "";
  background-image: url(../images/logo-small-aqua.png);
  background-image: url(../images/logo-small-aqua.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 80px;
  height: 100px;
  left: 0;
  position: absolute;
  opacity: 0;
  transition: 300ms ease-out;
}

.extend #logo-sight::after, .extend #logo-sight-mobile a::after {
  opacity: 1;
}

#navigation.extend nav ul li a {
  color: #007B9B;
}

@-webkit-keyframes profile {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes profile {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes profile {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes profile {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes cv {
  from {
    opacity: 0;
    margin-top: 30px;
  }

  to {
    opacity: 1;
    margin-top: 0px;
  }
}

@-moz-keyframes cv {
  from {
    opacity: 0;
    margin-top: 30px;
  }

  to {
    opacity: 1;
    margin-top: 0px;
  }
}

@-o-keyframes cv {
  from {
    opacity: 0;
    margin-top: 30px;
  }

  to {
    opacity: 1;
    margin-top: 0px;
  }
}

@keyframes cv {
  from {
    opacity: 0;
    margin-top: 30px;
  }

  to {
    opacity: 1;
    margin-top: 0px;
  }
}

@-webkit-keyframes shadow {
  from {
    opacity: 0;
    bottom: -50px;
  }

  to {
    opacity: 1;
    bottom: 0px;
  }
}

@-moz-keyframes shadow {
  from {
    opacity: 0;
    bottom: -50px;
  }

  to {
    opacity: 1;
    bottom: 0px;
  }
}

@-o-keyframes shadow {
  from {
    opacity: 0;
    bottom: -50px;
  }

  to {
    opacity: 1;
    bottom: 0px;
  }
}

@keyframes shadow {
  from {
    opacity: 0;
    bottom: -50px;
  }

  to {
    opacity: 1;
    bottom: 0px;
  }
}

.container:not(#sectie0) {
  opacity: 0;
  animation-name: profile;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(x100, y1, x2, y20);
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}

#parallax-bg1 img {
  animation-name: profile;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(x100, y1, x2, y20);
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
  opacity: 0;
}

#parallax-bg2 {
  animation-name: cv;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  opacity: 0;
}

header#sectie0 {
  background: #007B9B;
  position: relative;
  overflow: hidden;
}

#header-shadow {
  width: 100%;
  height: 230px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../images/css/shadow.png);
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  z-index: 8;
  opacity: 0;
  animation-name: shadow;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

a img {
  border: none;
}

a, input, button {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0px;
  outline: none;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

body {
  background: #fdfdfd;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 0;
  margin: 0;
  min-width: 320px;
}

#mob {
  width: 100%;
  position: fixed;
  z-index: 1;
  display: none;
}

.toggle {
  background: rgba(255, 255, 255, 0);
  width: 60px;
  height: 60px;
  border: 0px;
  padding: 18px;
  transition: 300ms ease-out;
}

.toggle span {
  width: 100%;
  height: 2px;
  margin: 3px 0;
  background: #fff;
  float: left;
  transition: 300ms ease-out;
}

.extend .toggle span {
  background: #007b9b;
}

span.legend-title {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 2;
  width: 100%;
  float: left;
}

img.icon-logo {
  width: 25px;
  float: left;
  margin-right: 10px;
}

nav {
  width: 100%;
  height: 100px;
  z-index: 1;
  overflow: hidden;
  display: block;
}

#navigation {
  width: 100%;
  float: left;
  position: fixed;
  z-index: 9;
}

#navigation.extend {
  margin-top: 0px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
}

header, .container, footer {
  width: 100%;
  float: left;
}

.intro {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0 0 2% 0;
}

.intro p {
  font-size: 14px;
  width: 500px;
  margin: auto;
  line-height: 2;
  font-family: 'Roboto', sans-serif;
}

#sectie2 .intro p {
  color: #2c2e2e;
}

#businesses ul {
  width: auto;
  margin: auto;
}

#businesses li {
  float: left;
  font-family: 'Roboto', sans-serif;
  color: #2c2e2e;
  font-size: 14px;
  border: 1px solid #3195ad;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 4px;
}

.container {
  padding: 2% 18%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

h1 {
  font-family: 'Caveat', cursive;
  font-weight: 300;
  font-size: 60px;
  margin: auto;
  text-align: center;
}

h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 30px;
  clear: left;
  margin: auto;
  text-align: center;
  line-height: 1.8;
  color: #2c2e2e;
}

#sectie0 h2 {
  color: #fff;
}

.my-content h2 {
  border: 0px !important;
  width: 100%;
  padding: 0 0 10px 0;
}

h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  color: #2c2e2e;
}

#sectie2 h3 {
  margin: 30px 30px 10px;
}

h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 20px;
  margin: 0;
}

.projectnaam p {
  color: #444;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  width: 100%;
  margin: 10px auto;
  line-height: 1.5;
}

#sectie2 .projectnaam p {
  color: #007b9b;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto 30px auto;
}

.titel span {
  font-family: 'Roboto', sans-serif;
  color: #2c2e2e;
  font-size: 14px;
  margin: auto;
  border: 1px solid #3195ad;
  float: left;
  padding: 5px 10px;
  border-radius: 4px;
}

.seperator-border {
  width: 100%;
  height: 3px;
  overflow: hidden;
}

.seperator-border span {
  width: 25%;
  height: 3px;
  float: left;
  border-radius: 0px;
  padding: 0;
  border: 0px;
}

.seperator-border span:first-child {
  background: #00678d;
}

.seperator-border span:nth-child(2) {
  background: #539bba;
}

.seperator-border span:nth-child(3) {
  background: #6eaa38;
}

.seperator-border span:last-child {
  background: #9F70B0;
}

.icons {
  width: 100px;
  overflow: hidden;
  margin: auto;
}

img.ico {
  width: 70px;
}

.social {
  float: left;
  overflow: hidden;
  width: 20px;
  height: 20px;
  margin: 5px;
}

.social img, .social object {
  width: 100%;
}

.wrapper {
  text-align: center;
  overflow: hidden;
  border-radius: 5px;
  width: 100%;
}

.projectnaam {
  float: left;
  width: 100%;
  z-index: 0;
  position: relative;
}

object.icon-section {
  width: 40px;
}

#sectie1 h2, #sectie1 .intro p {
  color: #181818;
  text-align: center;
}

[class^="blok"] {
  width: 33.33333333333333%;
  float: left;
  text-align: left;
  margin-top: 30px;
}

[class^="blok"] h2 {
  text-align: left;
  font-size: 16px;
  color: #007B9B;
}

[class^="blok"] p {
  width: 100%;
}

.blok0 {
  width: 100% !important;
  border-bottom: 1px solid #dadada;
}

.blok4 {
  width: 100% !important;
}

section#sectie3 {
  width: 90%;
}

#sectie1 .title-wrapper p {
  text-align: left;
}

#sectie1 h3 {
  text-align: left;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 10px;
}

#sectie1 p {
  margin: auto;
  line-height: 2;
  font-family: 'Roboto', sans-serif;
  text-align: left;
}

#sectie1 .title-wrapper {
  width: 92%;
  float: left;
}

#sectie1 object.icon-item {
  width: 6%;
  float: left;
  margin: 0 2% 0 0;
}

#brands h2, #brands h3, #brands .intro p {
  color: #181818;
}

#print h2, #print h3, #print .intro p {
  color: #181818;
}

#sectie2 .wrapper, #businesses .wrapper, #brands .wrapper, #animation .wrapper {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
}

footer {
  padding: 10px 12%;
  background: #007b9b;
  text-align: center;
}

object.logo-footer {
  width: 250px;
}

.project-container {
  width: 33.33333333333333%;
  float: left;
  padding: 2%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#sectie2 .project-container, #businesses .project-container {
  width: 25%;
}

img.project-icon {
  width: 100%;
}

.wrapper img.banner {
  width: 100%;
  opacity: 1;
  -webkit-transform: translateZ(0);
  float: left;
}

.wrapper:hover a img.banner {
  opacity: 0.7;
  -webkit-transform: translateZ(0);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.projectlead {
  width: 100%;
  background: #3195ad;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.container {
  max-width: 80%;
  margin: auto;
  float: none;
}

.titel {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@keyframes overlay {
  0% {
    opacity: 0;
    z-index: 0;
  }

  1% {
    opacity: 0;
    z-index: 9;
  }

  50% {
    opacity: 1;
    z-index: 9;
  }

  100% {
    opacity: 1;
    z-index: 9;
  }
}

@keyframes overlay-out {
  0% {
    opacity: 1;
    z-index: 9;
  }

  1% {
    opacity: 1;
    z-index: 9;
  }

  50% {
    opacity: 0;
    z-index: 9;
  }

  100% {
    opacity: 0;
    z-index: 0;
  }
}

a.close {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/css/close.png);
  background-position: 7% center;
  background-repeat: no-repeat;
  background-color: #34373c;
  background-size: 15%;
  color: #fff;
  text-decoration: none;
  padding: 0.7% 1% 0.7% 2%;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.6vw;
  text-transform: lowercase;
}

a.close:hover {
  background-color: #3195ad;
  background-position: 4% center;
}

.wrapper-parallax {
  float: left;
  overflow: hidden;
  width: 100%;
  height: 45vw;
  position: relative;
}

#parallax-bg3 {
  z-index: 9;
  position: absolute;
  top: 0;
  width: 100%;
}

#parallax-bg2 {
  z-index: 8;
  position: absolute;
  top: 0;
  width: 100%;
}

#parallax-bg1 {
  z-index: 7;
  position: absolute;
  top: 0;
  width: 100%;
}

.parallax img {
  width: 100%;
}

.parallax h1 {
  font-size: 80px;
  color: #fff;
  line-height: 0.4;
  margin: 0;
  padding: 15px 0;
}

.parallax h2 {
  font-weight: lighter;
  line-height: 1.5;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 3px;
}

.my-content {
  width: 100%;
  padding: 20px;
  float: left;
}

#tags li {
  padding: 5px 10px;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 4px 2.5px;
  font-size: 14px;
  float: none;
  display: inline-block;
  color: #2c2e2e;
  border: 1px solid #3195ad;
  border-radius: 4px;
}

#my-tabs ul li a {
  padding: 5px 15px;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
  border: 1px solid #fff;
  border-bottom: 0px;
  float: left;
}

#skills legend {
  width: 20%;
  float: left;
  padding: 10px 20px;
  text-align: left;
}

span.bar {
  height: 6px;
  width: 100%;
  background: #2c2c2c;
  float: left;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.36);
}

span.fill {
  height: 6px;
  background: rgb(49, 149, 173);
  background: linear-gradient(90deg, rgba(49, 149, 173, 1) 0%, rgba(44, 217, 171, 1) 100%);
  width: 50%;
  float: left;
  border-radius: 3px;
}

#header-wrapper-inner {
  width: 100%;
  float: left;
  text-align: center;
  text-align: center;
}

#my-container {
  width: 60%;
  margin: auto;
  overflow: hidden;
}

@-webkit-keyframes aqua {
  from {
    background: rgba(1, 123, 155, 0);
  }

  to {
    background: rgba(1, 123, 155, 0.6);
  }
}

@-moz-keyframes aqua {
  from {
    background: rgba(1, 123, 155, 0);
  }

  to {
    background: rgba(1, 123, 155, 0.6);
  }
}

@-o-keyframes aqua {
  from {
    background: rgba(1, 123, 155, 0);
  }

  to {
    background: rgba(1, 123, 155, 0.6);
  }
}

@keyframes aqua {
  from {
    background: rgba(1, 123, 155, 0);
  }

  to {
    background: rgba(1, 123, 155, 0.6);
  }
}

#header-wrapper-outer {
  width: 600px;
  margin: 30vh auto 0 auto;
  background: rgba(1, 123, 155, 0);
  padding: 30px 40px;
  border-radius: 6px;
  overflow: hidden;
  animation-name: aqua;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(x100, y1, x2, y20);
  animation-fill-mode: forwards;
  animation-delay: 1.3s;
}

.wrapper-parallax, header {
  height: 80vh;
}

.parallax img {
  object-fit: cover;
  height: 110%;
}

#parallax-bg1 {
  background-size: cover;
  height: 100%;
}

@media only screen and (max-width: 2560px) {
  .container {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1920px) {
  .container {
    padding: 2% 12%;
  }

  a.close {
    padding: 0.7% 1% 0.7% 3%;
    font-size: 1vw;
  }
}

@media only screen and (max-width: 1280px) {
  .container {
    padding: 4% 7%;
  }

  #nav {
    padding: 0 7%;
  }

  #my-container {
    width: 90%;
  }

  img.ico {
    width: 50px;
  }

  .project-container, #businesses .project-container, #sectie2 .project-container {
    width: 33.33333333333333%;
  }

  a.close {
    font-size: 1vw;
    padding: 01% 1% 1% 3%;
  }

  h2 {
    font-size: 23px;
  }

  #sectie1 h3 {
    font-size: 20px;
  }

  #sectie1 .title-wrapper {
    width: 88%;
  }
}

@media only screen and (max-width: 1024px) {
  #header-wrapper-outer {
    width: 500px;
    margin: 25vh auto 0 auto;
  }
}

@media only screen and (max-width: 1023px) {
  #skills legend {
    width: 25%;
  }

  #header-wrapper-outer {
    width: 400px;
    margin: 30vh auto 0 auto;
  }

  [class^="blok"] {
    width: 50%;
  }

  .project-container, #businesses .project-container, #sectie2 .project-container {
    width: 50%;
    padding: 3%;
  }

  a.close {
    font-size: 2vw;
    padding: 1.5% 2% 1.5% 6%;
  }

  nav ul {
    width: 740px;
  }
}

@media only screen and (max-width: 767px) {
  .project-container, #businesses .project-container, #sectie2 .project-container {
    width: 100%;
    padding: 4%;
  }

  div#logo-sight-mobile {
    padding: 5px 18px;
    float: right;
  }

  #logo-sight-mobile a {
    display: block;
  }

  a#logo-sight {
    display: none;
  }

  [class^="blok"] {
    width: 100%;
  }

  #skills legend {
    width: 50%;
  }

  .wrapper a>div p {
    font-size: 10px;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 24px;
  }

  .titel span {
    font-size: 12px;
  }

  img.ico {
    width: 40px;
  }

  .container {
    padding: 7%;
  }

  a.close {
    font-size: 3vw;
    padding: 1.5% 2% 1.5% 8%;
  }

  #mob {
    display: block;
  }

  #navigation {
    height: 60px;
  }

  div#logo-sight-mobile a, div#logo-sight-mobile a::before, div#logo-sight-mobile a::after {
    width: 50px;
    height: 50px;
        z-index: 1;
  }

  #arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #007b9b;
    margin: -19px 0 0 -10px;
    position: absolute;
    transition: 300ms ease-out;
  }

  nav {
    width: 60% !important;
    margin-top: 60px;
    height: unset;
    margin-left: 18px;
    padding: 10px 20px !important;
    visibility: hidden;
    opacity: 0;
    background: #007b9b;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    overflow: visible !important;
    float: left;
  }

  nav.open {
    margin-top: 80px;
    visibility: visible;
    opacity: 1;
  }

  nav ul, #header-wrapper-outer {
    width: 80%;
  }

  nav ul li a {
    padding: 0 0 0 30px;
  }

  #navigation.extend nav ul li a {
    color: #fff !important;
  }

  .extend nav ul li::after {
    opacity: 0 !important;
  }

  nav ul li {
    clear: left;
    width: 100%;
    text-align: center;
  }

  nav ul li:first-child {
    border-right: 0px;
  }

  nav ul li {
    padding: 10px 0;
  }

  .parallax h1 {
    font-size: 10vw;
  }

  .parallax h2 {
    font-size: 4vw;
  }
}

@media only screen and (max-width: 480px) {
  .titel span {
    font-size: 2.5vw;
  }

  #my-container {
    width: 100%;
  }

  #skills legend {
    padding: 10px 5px;
  }

  #sectie1 .title-wrapper {
    width: 92%;
    float: left;
  }

  #sectie1 object.icon-item {
    width: 6%;
    float: left;
    margin: 0 2% 0 0;
  }

  #sectie1 .project-container {
    width: 100%;
    margin: 30px 0 0 0;
  }

  .intro p, #sectie1 .intro p {
    width: 100%;
  }
}
