:root {
  --steel-blue: #0080c9;
  --white: white;
  --bruinpm-oranje: #ea5b0c;
  --dark-slate-grey: #284233;
  --steel-blue-2: #005f8b;
  --sienna: #af4222;
  --black: black;
}

h1 {
  color: var(--steel-blue);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Circularstd book, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.6em;
}

h2 {
  color: var(--steel-blue);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Circularstd book, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Circularstd, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

p {
  color: var(--steel-blue);
  margin-bottom: 10px;
  font-family: Circularstd book, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.6em;
}

a {
  color: var(--white);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.paragraph {
  color: #0080c9;
  text-align: center;
  font-family: Circularstd book, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

._70height {
  height: 70px;
}

._20height {
  height: 20px;
}

.paragraph-text {
  color: #0080c9;
  margin-bottom: 0;
  font-family: Circularstd book, sans-serif;
  font-size: 14px;
}

.paragraph-text.bold {
  text-align: center;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-text.sub {
  text-align: center;
  font-size: 16px;
}

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.link {
  color: #0080c9;
  text-decoration: none;
}

.link:hover {
  color: var(--bruinpm-oranje);
}

.link.underlined {
  text-decoration: underline;
}

.centred {
  width: 100%;
  text-align: center;
}

.centred.foot {
  justify-content: space-between;
  display: flex;
}

.linkedin-icon {
  width: 40px;
  transition: transform .2s;
}

.linkedin-icon:hover {
  transform: scale(1.1);
}

.link-block {
  margin-top: 2px;
  margin-bottom: 2px;
}

._25height {
  height: 25px;
}

.nav-link {
  color: var(--steel-blue);
  margin-left: 35px;
  padding: 0 0 2px;
  font-family: Circularstd book, sans-serif;
  font-size: 16px;
}

.nav-link:hover {
  border-bottom: 1px solid var(--bruinpm-oranje);
}

.nav-link.w--current {
  border-bottom: 1px solid var(--bruinpm-oranje);
  color: var(--steel-blue);
}

.nav-link.small-margin-left {
  margin-left: 10px;
}

.image {
  width: 250px;
}

.navbar {
  z-index: 9999;
  height: 90px;
  background-color: var(--white);
  padding: 17px 4% 14px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 16px rgba(0, 0, 0, .1);
}

.nav-menu {
  margin-top: 18px;
}

.text-container {
  z-index: 10;
  background-color: rgba(40, 66, 51, .95);
  margin-top: -115px;
  padding: 20px 50px 60px;
  position: relative;
}

.text-container.oranje {
  background-color: rgba(234, 91, 12, .95);
  padding-top: 25px;
}

.text-container.blauw {
  z-index: 10;
  background-color: rgba(0, 128, 201, .95);
  padding-top: 25px;
  position: relative;
}

.white {
  color: var(--white);
}

.white.projecttitle {
  text-align: left;
  margin-top: 0;
}

.button {
  z-index: 999;
  background-color: var(--bruinpm-oranje);
  border-radius: 999px;
  padding: 11px 25px 13px;
  font-family: Circularstd book, sans-serif;
  font-size: 17px;
  transition: background-color .3s;
  position: relative;
}

.button:hover {
  background-color: #c94700;
}

.button.alternative {
  background-color: #0080c9;
  margin-left: 10px;
  font-size: 14px;
  text-decoration: none;
}

.button.alternative:hover {
  background-color: #00567e;
}

.button.blanc {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  font-size: 14px;
  text-decoration: none;
}

.button.blanc:hover {
  background-color: var(--steel-blue);
}

.div-centred {
  justify-content: center;
  display: flex;
}

._30height {
  height: 30px;
}

.parent {
  flex-wrap: wrap;
  display: flex;
}

.parent.tra {
  margin-bottom: 95px;
}

.expertise-block {
  width: 33%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
  padding: 35px;
  display: flex;
}

.expertise {
  padding-top: 100px;
  padding-bottom: 50px;
}

.blue-icons {
  width: 120px;
}

._40height {
  height: 40px;
}

.hero-image {
  z-index: 9;
  width: 100%;
  object-fit: cover;
  position: relative;
}

.text-maxed {
  max-width: 235px;
}

.werkwijze {
  z-index: -2;
  background-color: var(--dark-slate-grey);
  padding-bottom: 50px;
}

.quote-block {
  margin-top: 100px;
  margin-bottom: 75px;
  padding-left: 10%;
  padding-right: 10%;
}

.quote {
  color: var(--white);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 30px;
}

.icon-sub {
  height: 45px;
  margin-right: 5px;
}

.slider {
  height: 840px;
  background-color: var(--steel-blue-2);
}

.projecten {
  padding-top: 100px;
  padding-bottom: 100px;
}

.partners-desktop {
  width: 100%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
}

.contact {
  background-color: var(--bruinpm-oranje);
  padding-top: 100px;
  padding-bottom: 75px;
}

.footer {
  background-color: var(--sienna);
  padding-top: 50px;
  padding-bottom: 40px;
}

.small-paragraph {
  color: var(--white);
  font-size: 14px;
}

.small-paragraph.cookie {
  margin-bottom: 0;
  margin-right: 10px;
}

.small-paragraph.test {
  width: 50%;
  color: #fd8440;
  text-align: left;
  font-size: 12px;
}

.small-paragraph.test.right {
  color: #fd8440;
  text-align: right;
  padding-top: 57px;
}

.over {
  z-index: -2;
  background-color: var(--dark-slate-grey);
  padding-bottom: 75px;
}

.cookiebar {
  z-index: 999;
  max-width: 960px;
  background-color: var(--steel-blue-2);
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  margin: 75px auto 20px;
  padding: 40px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.arrow-bar {
  z-index: 12;
  align-items: center;
  margin-bottom: 270px;
  display: flex;
}

.arrow-bar.left {
  justify-content: flex-end;
}

.arrow-bar.left.hide, .arrow-bar.hide {
  display: none;
}

.slider-nav {
  z-index: 13;
  width: 50px;
  height: 50px;
  transition: transform .2s;
  position: relative;
}

.slider-nav:hover {
  transform: scale(1.08);
}

.slide-nav {
  top: auto;
  bottom: 270px;
  left: 0%;
  right: 0%;
}

.slide-nav.industrie {
  display: none;
}

.slider-blue-area {
  min-height: 270px;
  background-color: var(--steel-blue-2);
  flex-flow: wrap;
  justify-content: center;
  padding: 40px 40px 10px;
  display: flex;
}

.inside-image {
  height: 570px;
  overflow: hidden;
}

.slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navigation {
  height: 90px;
}

.cookiecontainer {
  display: none;
}

.brand {
  transition: transform .2s;
}

.brand:hover {
  transform: scale(1.03);
}

.div-block {
  width: 470px;
}

.go-top {
  z-index: 999;
  width: 110px;
  height: 110px;
  transition: transform .2s;
  position: relative;
}

.go-top:hover {
  transform: scale(1.04);
}

.go-top-box---desktop {
  justify-content: flex-end;
  margin-top: -108px;
  margin-right: 5%;
  display: flex;
}

.go-top-box---mobile {
  justify-content: flex-end;
  margin-top: -108px;
  margin-right: 5%;
  display: none;
}

.go-top-mobile {
  width: 50px;
  height: 50px;
  transition: opacity .2s;
}

.go-top-mobile:hover {
  transform: scale(1.03);
}

.hamburger-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.burger-line {
  width: 22.5px;
  height: 3px;
  background-color: #444;
  border-radius: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.div-block-2 {
  max-width: 2000px;
  justify-content: space-between;
  display: flex;
}

.slider-content-box {
  width: 50%;
  justify-content: center;
  padding-top: 4px;
  padding-right: 10px;
}

.project-child {
  padding-right: 5px;
}

.project-text {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 13px;
}

.project-box {
  padding-bottom: 50px;
}

.cookiepage {
  margin-left: 5%;
  margin-right: 5%;
  padding: 100px 50px 50px;
}

.partner-mobiel {
  width: 100%;
  margin-top: 75px;
  display: none;
}

.parallax-element {
  z-index: 11;
  width: 180px;
  margin-top: 300px;
  position: absolute;
  left: 5%;
}

.parallax-element._2 {
  margin-top: 475px;
  left: auto;
  right: 5%;
}

.parallax-element._3 {
  margin-top: 150px;
}

.parallax-element._4, .parallax-element._5 {
  margin-top: 150px;
  left: auto;
  right: 5%;
}

.parallax-element._6 {
  margin-top: 200px;
}

.parallax-element._7 {
  margin-top: 600px;
  left: auto;
  right: 5%;
}

.parallax-element._14 {
  margin-top: 75px;
}

.parallax-element._8 {
  margin-top: -200px;
}

.parallax-element._9 {
  margin-top: 400px;
  left: auto;
  right: 5%;
}

.parallax-element._10 {
  margin-top: 500px;
}

.parallax-element._11 {
  margin-top: -200px;
}

.parallax-element._12 {
  margin-top: 75px;
}

.parallax-element._13 {
  margin-top: -150px;
  left: auto;
  right: 5%;
}

.parallax-element._14 {
  margin-top: 400px;
}

.parallax-element._15 {
  margin-top: -150px;
  left: auto;
  right: 5%;
}

.parallax-element._16 {
  margin-top: -500px;
  left: auto;
  right: 16%;
}

.parallax-element._18 {
  margin-top: 150px;
  left: auto;
  right: 5%;
}

.parallax-element._17 {
  margin-top: 0;
}

.parallax-element._19 {
  margin-top: 220px;
}

.parallax-element._20 {
  margin-top: -25px;
  left: auto;
  right: 5%;
}

.parallax-element._21 {
  margin-top: 700px;
  left: auto;
  right: 5%;
}

.parallax-element._23 {
  margin-top: 1300px;
  left: auto;
  right: 25%;
}

.parallax-element._22 {
  margin-top: 1100px;
}

.website {
  max-width: 3500px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.linkedin-link {
  z-index: 999;
  position: relative;
}

.hero-image-div {
  z-index: 9;
  width: 100%;
  height: 90vh;
  object-fit: cover;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: -15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inside-block-50 {
  width: 50%;
  padding-right: 10px;
}

.inside-block-50.colum {
  display: flex;
}

.project-subtitle {
  color: var(--steel-blue);
  text-align: left;
  margin-bottom: 0;
  font-family: Circularstd, sans-serif;
  font-size: 13px;
}

.slider-block {
  min-height: 55px;
  background-color: var(--steel-blue);
  align-items: center;
  padding-left: 35px;
  display: flex;
}

.slider-top {
  background-color: var(--steel-blue);
  margin-top: 80px;
  display: flex;
}

.industry-title {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  font-size: 15px;
}

.expertise-icon {
  width: 120px;
}

.expertise-icon.chest {
  margin-left: 15px;
}

.top {
  height: 0;
}

.partner-tablet {
  width: 100%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.oranje-text {
  color: #fd8440;
}

@media screen and (min-width: 1280px) {
  .nav-link {
    margin-left: 50px;
    font-size: 18px;
  }

  .navbar {
    padding-left: 5%;
    padding-right: 5%;
  }

  .industry-link {
    width: 100%;
    justify-content: center;
    align-items: center;
    transition: transform .3s;
    display: flex;
  }

  .industry-link:hover {
    transform: scale(1.1);
  }
}

@media screen and (min-width: 1920px) {
  .hero-image-div {
    height: 80vh;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 12px;
    font-size: 23px;
  }

  .nav-link:hover, .nav-link.w--current {
    border-bottom-style: none;
  }

  .navbar {
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-menu {
    background-color: #f2f2f2;
    justify-content: center;
    margin-top: 0;
    display: flex;
  }

  .text-container {
    margin-top: -80px;
  }

  .partners-desktop {
    display: none;
  }

  .cookiebar {
    margin-left: 10px;
    margin-right: 10px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .div-block {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hamburger-wrapper {
    margin-top: 3px;
    transform: scale(1.5);
  }

  .burger-line {
    background-color: var(--steel-blue);
  }

  .project-box {
    padding-bottom: 25px;
  }

  .parallax-element {
    display: none;
  }

  .partner-tablet {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .centred.foot {
    align-items: flex-end;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-link {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .nav-link.w--current {
    border-bottom-style: none;
  }

  .text-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-container.oranje, .text-container.blauw {
    margin-top: 0;
  }

  .expertise-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-nav {
    bottom: 490px;
  }

  .slider-blue-area {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inside-image {
    height: 350px;
  }

  .go-top-box---desktop {
    display: none;
  }

  .go-top-box---mobile {
    margin-top: -75px;
    display: flex;
  }

  .hamburger-wrapper {
    transform: none;
  }

  .cookiepage {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-image-div {
    height: 50vh;
    margin-top: -5px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    line-height: 1.3em;
  }

  h2 {
    margin-top: 40px;
  }

  .paragraph {
    font-size: 19px;
    line-height: 22px;
  }

  .centred.white.afzender {
    font-size: 15px;
  }

  .centred.foot {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-link {
    padding-right: 0;
  }

  .nav-link.w--current {
    border-bottom-style: none;
  }

  .image {
    width: 190px;
    margin-top: 5px;
  }

  .navbar {
    height: 72px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    background-color: #f2f2f2;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .text-container {
    background-color: #284233;
    margin-top: 0;
  }

  .text-container.oranje {
    background-color: #ea5b0c;
    padding-top: 0;
  }

  .text-container.blauw {
    background-color: #0080c9;
    padding-top: 0;
  }

  .white.projecttitle {
    margin-bottom: 20px;
  }

  .button.alternative {
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 10px;
  }

  .button.blanc {
    margin-left: 0;
    margin-right: 10px;
  }

  .parent.tra {
    margin-bottom: 0;
  }

  .expertise-block {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .expertise-block.divider {
    border-bottom: 1px solid var(--steel-blue);
    padding-bottom: 45px;
  }

  .expertise {
    padding-top: 50px;
  }

  .blue-icons {
    width: 120px;
    margin-top: 20px;
  }

  .hero-image {
    height: 40vh;
  }

  .werkwijze {
    padding-bottom: 60px;
  }

  .quote-block {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .quote {
    font-size: 23px;
  }

  .slider {
    height: 830px;
  }

  .slider.water, .slider.industrie {
    height: 660px;
  }

  .projecten {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .contact {
    padding-top: 40px;
  }

  .small-paragraph.test {
    width: 100%;
  }

  .small-paragraph.test.right {
    text-align: left;
    padding-top: 0;
  }

  .cookiebar {
    border-radius: 10px;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 10px 0;
  }

  .arrow-bar {
    width: 40px;
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 100px;
  }

  .slider-nav.right {
    padding-right: 10px;
  }

  .slider-nav.left {
    padding-left: 10px;
  }

  .slide-nav {
    z-index: 3;
    margin-top: 340px;
    bottom: 580px;
  }

  .slide-nav.industrie {
    display: none;
    bottom: 410px;
  }

  .slide-nav.water {
    bottom: 410px;
  }

  .slider-blue-area {
    flex-direction: column;
  }

  .inside-image {
    height: 250px;
  }

  .navigation {
    height: 72px;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
  }

  .brand {
    padding-left: 0;
  }

  .div-block {
    flex-direction: row;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .go-top-mobile {
    width: 70px;
    height: 70px;
  }

  .hamburger-wrapper {
    margin-top: 6px;
    transform: scale(1.2);
  }

  .burger-line {
    width: 23px;
    background-color: var(--steel-blue);
    border-radius: 30px;
  }

  .project-text {
    text-align: left;
  }

  .project-box {
    padding-bottom: 50px;
  }

  .partner-mobiel {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .motto-container {
    margin-top: 50px;
  }

  .hero-image-div {
    height: 30vh;
    margin-top: -5px;
  }

  .industry-link {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .inside-block-50 {
    width: 100%;
  }

  .slider-block {
    padding-left: 20px;
  }

  .slider-top {
    margin-top: 25px;
  }

  .expertise-icon {
    width: 120px;
    margin-top: 20px;
  }

  .partner-tablet {
    display: none;
  }

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


@font-face {
  font-family: 'Circularstd book';
  src: url('../fonts/CircularStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}