/*-------------
		General
	-------------*/

* {
  box-sizing: border-box;
}

html {
  font-family: "Maven Pro", sans-serif;
  line-height: 1.4;
  background-color: white;
  overflow: overlay;
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: 130%;
}

body {
  height: 100vh;
  width: 100vw;
  background-color: #1b1b1b;
}

body {
  margin: 0;
  -ms-overflow-style: none;
  font-weight: 400;
}

/* ::-webkit-scrollbar {
  width: 9px;
  height: 7px;
}

::-webkit-scrollbar-thumb {
  background: #c0c0c0;
  border-radius: 10px;
} */

/*-------------
		Colors
	-------------*/

.bluetext {
  color: #2c3e99;
}

.bluebackground {
  background-color: #2c3e99;
}

/*-------------
 Sticky Header
-------------*/

ul,
nav {
  list-style: none;
}

.sticky {
  position: sticky;
  top: 0;
  width: 100%;
}

.sticky + .fullpage {
  padding-top: 102px;
}

.sticky1 {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky1 + body {
  padding-top: 102px;
}

.fullpage {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.navbar {
  background-size: auto;
  background-color: #1b1b1b;
  height: 80px;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  z-index: 59;
  justify-content: space-between;
  color: #fff;
}

.logo img {
  height: 80%;
  margin-top: 7px;
  margin-bottom: 7px;
}

nav ul {
  float: right;
  margin-right: 60px;
  padding-left: 0px;
  margin: 0;
  padding: 0;
}

nav ul li {
  display: inline-block;
  line-height: 20px;
  margin-top: 0.7rem;
  margin: 0 2px;
}

nav ul li a {
  color: #f2f2f2;
  font-weight: 500;
  font-size: 20px;
  padding: 7px 13px;
  border-radius: 3px;
}

.checkbtn {
  font-size: 30px;
  color: white;
  float: right;
  line-height: 95px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}

.ul1 {
  margin-right: 15px;
}

label.logo {
  margin-left: 20px;
}

#check {
  display: none;
}

@media (max-width: 950px) {
  label.logo {
    font-size: 27px;
    height: 81px;
    width: 237px;
  }
  nav ul li a {
    font-size: 16px;
  }
}

@media (max-width: 950px) {
  .checkbtn {
    display: block;
    margin-right: 40px;
  }
  .ul1 {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(27, 27, 27, 0.99);
    top: 0px;
    left: 100%;
    text-align: center;
    transition: all 0.5s;
    margin-top: 0.5em;
  }
  .ul1 {
    margin-top: 0rem;
    margin-right: 0;
  }
  li {
    position: relative;
    top: 20%;
  }
  nav ul li {
    display: block;
    max-height: 100%;
  }
  nav ul li a {
    font-size: 28px;
  }
  #check:checked ~ ul {
    left: 0px;
  }
  #check::after {
    left: 100%;
  }
}

.center {
  flex-grow: 1;
  justify-content: right;
}

.navbar-content {
  max-width: 100%;
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  z-index: 100000;
}

.menu1 {
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 20px 40px;
  text-decoration: none;
  position: relative;
  margin: 10px 0px 10px 0px;
  border-radius: 15px;
  display: inline-block;
}

.anav {
  padding: 0;
}

/* .menu1:hover {
  opacity: 1;
  background: #2c3e99;
  color: white;
  border-radius: 15px;
} */

.menu1 {
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}
.menu1:hover {
  transform: translateY(-3px);
}

.menu1::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 5px;
  background-color: #2c3e99;
  border-radius: 15px;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}

.menu1:hover::before {
  transform: scaleY(1);
}

.navbar-content a:after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: calc(0.7em * 1.2);
  right: calc(0.7em * 1.2);
  height: 3px;
  background: transparent;
  transition: transform 0.8s cubic-bezier(1, 0, 0.37, 1) 0.2s,
    right 0.2s cubic-bezier(0.04, 0.48, 0, 1) 0.6s,
    left 0.4s cubic-bezier(0.04, 0.48, 0, 1) 0.6s;
  transform-origin: left;
}

.container {
  display: inline-block;
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: White;
  margin: 6px 0;
  transition: 0.4s;
  border-radius: 2px;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

/*-------------
Floating menu
-------------*/

.menu {
  box-sizing: border-box;
  font-size: 20px;
  text-align: right;
  position: fixed;
  bottom: 85px;
  right: 90px;
  cursor: pointer;
  z-index: 60;
}

.menu-open-button {
  border-radius: 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  color: white;
  text-align: center;
  line-height: 60px;
  transform: translate3d(0, 0, 0);
  transition: transform ease-out 200ms;
}

.menu-open-button img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 32px;
  width: 32px;
}

.menu-item {
  border-radius: 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  color: white;
  text-align: center;
  line-height: 60px;
  transform: translate3d(0, 0, 0);
  transition: transform ease-out 200ms;
}

.menu-open {
  display: none;
}

.whatsapp {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  line-height: 40px;
  height: 45px;
  width: 45px;
  transition: transform 200ms;
}

.mail {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  line-height: 40px;
  height: 40px;
  width: 40px;
  transition: transform 200ms;
}

.phone {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  line-height: 40px;
  height: 50px;
  width: 50px;
  transition: transform 200ms;
}

.hamburger {
  width: 25px;
  height: 3px;
  background: white;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -1.5px;
  transition: transform 200ms;
}

.hamburger-1,
.hamburger-2,
.hamburger-3 {
  visibility: hidden;
}

.menu-open:checked + .menu-open-button .hamburger-1 {
  visibility: visible;
  transform: translate3d(0, 0, 0) rotate(45deg);
}
.menu-open:checked + .menu-open-button .hamburger-2 {
  visibility: visible;
  transform: translate3d(0, 0, 0) scale(0.1, 1);
}
.menu-open:checked + .menu-open-button .hamburger-3 {
  visibility: visible;
  transform: translate3d(0, 0, 0) rotate(-45deg);
}

.menu-open:checked + .menu-open-button img {
  display: none;
}

.phone:hover {
  transform: scale(1.2);
}

.whatsapp:hover {
  transform: scale(1.2);
}
.mail:hover {
  transform: scale(1.2);
}

.menu-item:nth-child(3) {
  transition-duration: 180ms;
}
.menu-item:nth-child(4) {
  transition-duration: 180ms;
}
.menu-item:nth-child(5) {
  transition-duration: 180ms;
}
.menu-item:nth-child(6) {
  transition-duration: 180ms;
}

.menu-open-button {
  z-index: 2;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 400ms;
  transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  cursor: pointer;
}

.headset-1 {
  color: white;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: auto;
  line-height: 55px;
  font-size: 38px;
  font-family: "Roboto";
  font-weight: 300;
  animation: headset-1-out 0.3s;
  transition: all 0.3s;
  height: 32px;
  width: 32px;
}

.headset-2 {
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  display: block;
  right: 0;
  padding: 0;
  opacity: 0;
  margin: auto;
  line-height: 65px;
  transform: rotateZ(-70deg);
  transition: all 0.3s;
  animation: headset-2-out 0.3s;
  width: 32px;
  height: 32px;
}

.menu-open-button:hover {
  transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.menu-open-button:hover .headset-1 {
  animation: headset-1-in 0.15s linear;
  animation-fill-mode: forwards;
}
.menu-open-button:hover .headset-2 {
  animation: headset-2-in 0.2s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}

.menu-open:checked + .menu-open-button {
  transition-timing-function: linear;
  transition-duration: 200ms;
  transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.menu-open:checked ~ .menu-item {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menu-open:checked ~ .menu-item:nth-child(3) {
  transition-duration: 190ms;
  transform: translate3d(-90px, 0, 0);
}
.menu-open:checked ~ .menu-item:nth-child(4) {
  transition-duration: 290ms;
  transform: translate3d(-180px, 0, 0);
}
.menu-open:checked ~ .menu-item:nth-child(5) {
  transition-duration: 390ms;
  transform: translate3d(-270px, 0, 0);
}

@keyframes headset-2-in {
  from {
    opacity: 0;
    transform: rotateZ(-70deg);
  }
  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}

@keyframes headset-2-out {
  from {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  to {
    opacity: 0;
    transform: rotateZ(-70deg);
  }
}

@keyframes headset-1-in {
  from {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  to {
    opacity: 0;
    transform: rotateZ(180deg);
  }
}

@keyframes headset-1-out {
  from {
    opacity: 0;
    transform: rotateZ(180deg);
  }
  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}

@media (max-width: 800px) {
  .menu-open:checked ~ .menu-item:nth-child(3) {
    transition-duration: 190ms;
    transform: translate3d(-70px, 0, 0);
  }
  .menu-open:checked ~ .menu-item:nth-child(4) {
    transition-duration: 290ms;
    transform: translate3d(-140px, 0, 0);
  }
  .menu-open:checked ~ .menu-item:nth-child(5) {
    transition-duration: 390ms;
    transform: translate3d(-210px, 0, 0);
  }
}

/*-------------
Section Landing
-------------*/

.sectionhome {
  position: relative;
  background-color: #1b1b1b;
  height: 35vw;
  width: 100vw;
  margin: 0;
}

.header {
  position: relative;
  justify-content: center;
  top: 25vh;
  font-family: "Satisfy", sans-serif;
}

.welkomimg {
  width: 50vw;
  margin: auto;
}

.welkomimg img {
  width: 100%;
}

.title {
  color: white;
  line-height: 1.2;
  display: block;
  font-size: 7vw;
  text-align: center;
  margin: 0;
}

@media (max-width: 1700px) {
  .title {
    font-size: 8vw;
  }
}

@media (max-width: 1300px) {
  .title {
    font-size: 10vw;
  }
  .sectionhome {
    height: 65vh;
  }
}

@media (max-width: 500px) {
  .title {
    font-size: 15vw;
  }
}

main {
  background-color: white;
  position: relative;
  height: 100%;
}

/*-------------
  Section informatie
      -------------*/

/*-------------
	  About Me
    -------------*/

.sectioninformation {
  height: auto;
  width: 100%;
  background-color: white;
}

.infofulldiv {
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  flex-direction: column;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

.infofulldivcontent {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-right: 0px;
}

.infosmalltitle,
.infobigtitle {
  height: auto;
  width: 100%;
  float: left;
  color: #1b1b1b;
}

.infosmalltitle h3 {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 14px;
  text-transform: none;
}

.infobigtitle h1 {
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 14px;
  margin-top: 0;
  text-transform: none;
}

.sectioninformation .blueline {
  border-bottom-style: solid;
  border-top-color: #2c3e99;
  border-right-color: #2c3e99;
  border-bottom-color: #2c3e99;
  border-left-color: #2c3e99;
  border-top-width: 3px;
  border-right-width: 3px;
  border-left-width: 3px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  height: 30px;
  width: 70px;
  border-bottom-width: 5px;
}

.infocontentleft {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 50px;
}

.infotextlinks {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.infoimageright {
  height: auto;
  width: 36%;
  float: right;
  color: #1b1b1b;
  margin-left: 2vw;
}

.infotextlinkspadding {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  justify-content: center;
  width: 60%;
  float: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.infoimageleft {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-left: 40px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  justify-content: center;
  width: 57%;
  float: right;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.infoimageright img {
  width: 100%;
}

.infotextrechtspadding {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 25px;
}

.div-104-002 {
  height: auto;
  width: 36%;
  float: left;
  color: #1b1b1b;
}

.div-104-002 img {
  width: 100%;
}

.infoimagemiddle {
  height: auto;
  width: 36%;
  float: left;
  color: #1b1b1b;
}

.infoimagemiddle img {
  width: 100%;
}

.infotextrechts {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

@media (max-width: 793px) {
  .infofulldivcontent {
    width: 100%;
  }
}

@media (max-width: 793px) {
  .infotextlinks {
    width: 100%;
  }

  .infoimageright {
    width: 100%;
    margin-left: 0vw;
  }

  .infoimageright img {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .infocontentleft {
    margin-top: 0;
  }
}

@media (max-width: 793px) {
  .div-104-002 {
    width: 100%;
    margin-left: 0vw;
    display: none;
  }

  .infoimagemiddle {
    width: 100%;
    margin-left: 0vw;
    display: inline;
  }

  .infoimagemiddle img {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media (min-width: 794px) {
  .div-104-002 {
    display: inline;
  }

  .infoimagemiddle {
    display: none;
  }
}

@media (max-width: 793px) {
  .infotextlinkspadding {
    width: 100%;
    margin-left: 0vw;
  }

  .infoimageleft {
    width: 100%;
    margin-left: 0vw;
  }

  .infofulldivcontent .blueline {
    margin-bottom: 40px;
  }

  .infotextrechtspadding {
    margin-top: 0px;
  }
}

/*-------------
    My Work
-------------*/

.sectionwerkervaring {
  height: auto;
  width: 100%;
  background-color: #1b1b1b;
  color: white;
}

.div-201-001 {
  padding-top: 60px;
  padding-bottom: 150px;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  flex-direction: column;
  align-items: left;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

.div-202-001 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  padding-right: 0px;
}

.div-203-001 {
  height: auto;
  width: 100%;
  float: left;
  color: White;
}

.div-203-001 h1 {
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 40px;
  text-transform: none;
}

.sectionwerkervaring .blueline {
  border-bottom-style: solid;
  border-top-color: #2c3e99;
  border-right-color: #2c3e99;
  border-bottom-color: #2c3e99;
  border-left-color: #2c3e99;
  border-top-width: 3px;
  border-right-width: 3px;
  border-left-width: 3px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  margin-bottom: 40px;
  height: 30px;
  width: 70px;
  border-bottom-width: 5px;
}

.div-203-003 {
  height: auto;
  width: 100%;
  float: left;
  color: White;
}

.div-203-004 {
  width: 100%;
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  line-height: 1vh;
}

.emailaanmelden {
  font-size: 17px;
  background-color: #4285f4;
  padding: 15px 40px;
  border-radius: 15px;
  color: white;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-style: none;
  margin-top: 40px;
  width: 250px;
}

.div-203-009 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  line-height: 1vh;
}

.div-203-005 {
  height: 25vh;
  margin-bottom: 10px;
  margin-top: 0px;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.div-203-006 {
  background-size: cover;
  width: 50%;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.div-203-007 {
  background-size: cover;
  width: 50%;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.div-203-008 {
  background-size: cover;
  width: 100%;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.div-204-001 {
  box-sizing: content-box;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: inline-block;
  color: white;
  position: relative;
  background-color: #1b1b1b;
}

.div-204-002 {
  background-image: url(../img/prisma-logo.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s;
}

.div-204-004 {
  background-image: url(https://www.prismanet.nl/media/2348/prisma-biezenmortel-6_1920.jpg?anchor=center&amp;mode=crop&amp;width=1920&amp;height=1080&amp;rnd=132181156110000000);
  background-size: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s;
}

.div-204-003 {
  background-image: url(../img/foliant-logo.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s;
}

.div-204-007 {
  background-image: url(https://www.visio.org/visio.org/media/Visio/Afbeeldingen/hero-images/visueel-verstandelijk-beperkte-mensen-op-pad.jpg?ext=.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s;
}

.div-204-008 {
  background-image: url(https://www.siza.nl/assets/uploads/_1200x800_crop_center-center_none/2823/siza-bergland-villa-voorkant.webp);
  background-size: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s;
}

.div-204-009 {
  background-image: url(https://freerangestock.com/sample/118345/word-volunteer-formed-by-holding-inflated-alphabet-shaped-balloons-with-hands.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s;
}

.div-204-004 p {
  margin-left: 42.5%;
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
}

.div-204-007 p {
  margin-left: 35%;
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
}

.div-204-008 p {
  margin-left: 45%;
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
}

.portfoliolink {
  text-decoration: none;
  color: white;
}

.div-205-001 {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
}

.div-206-001 {
  position: absolute;
  bottom: 0px;
  left: 20px;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.div-204-001:hover .div-204-002,
.div-204-001:hover .div-204-003,
.div-204-001:hover .div-204-004,
.div-204-001:hover .div-204-005,
.div-204-001:hover .div-204-006,
.div-204-001:hover .div-204-007,
.div-204-001:hover .div-204-008,
.div-204-001:hover .div-204-009 {
  transform: scale(1.1);
}

.div-204-001:hover .div-205-001 {
  background-color: rgba(0, 0, 0, 0.7);
}

.div-204-001:hover .div-206-001 {
  transform: translateY(-20px);
  opacity: 1;
}

.div-204-001:hover {
  cursor: pointer;
}

.div-206-001 p {
  font-size: 2.5vh;
}

.div-206-001 > p:nth-child(2) {
  font-size: 3vh;
}

@media (max-width: 1025px) {
  .div-206-001 > p:nth-child(2) {
    font-size: 2vh;
  }
}

.opacity-low {
  opacity: 0.6;
  line-height: 1;
}

.div-207-001 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 100px;
}

.div-207-002 {
  font-weight: 500;
  font-size: 18px;
}

.div-207-003 {
  font-weight: 500;
  line-height: 0.7;
  font-size: 48px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.div-207-004 {
  font-weight: 300;
  margin-top: 30px;
  font-size: 19px;
  margin-bottom: 0px;
}

.div-207-005 {
  font-size: 19px;
  margin-top: 60px;
  margin-bottom: 40px;
  background-color: white;
  padding: 18px 28.8px;
  border-radius: 15px;
  color: #1b1b1b;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.div-207-005:hover {
  background-color: red;
  color: white;
}

@media (max-width: 1024px) {
  .div-202-001 {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .div-203-005 {
    flex-direction: row;
    display: flex;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1024px) {
  .div-203-006 {
    width: 100%;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    height: 21vh;
    line-height: 1vh;
    padding-bottom: 5px;
    padding-right: 0px;
  }
}

@media (max-width: 1024px) {
  .div-203-007 {
    height: 21vh;
    width: 100%;
    padding-left: 0px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    line-height: 1vh;
  }
}

@media (max-width: 1024px) {
  .div-203-008 {
    height: 21vh;
    width: 100%;
    padding-left: 0px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    line-height: 1vh;
  }
}

@media (max-width: 1025px) {
  .div-206-001 {
    position: absolute;
    bottom: 10px;
    left: 20px;
    opacity: 1;
    font-size: 5vw;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
}

@media (max-width: 1025px) {
  .div-205-001 {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

/*-------------
  Section visie
    -------------*/

.sectionvisie {
  height: auto;
  width: 100%;
  background-color: White;
  color: #1b1b1b;
}

.fullpagevisie {
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  flex-direction: column;
  align-items: left;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

.divvisie {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 0px;
}

.visietitle {
  height: auto;
  width: 100%;
  float: left;
  color: #1b1b1b;
}

.visietitle h1 {
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 40px;
  text-transform: none;
  margin-top: 0;
}

.sectionvisie .blueline {
  border-bottom-style: solid;
  border-top-color: #2c3e99;
  border-right-color: #2c3e99;
  border-bottom-color: #2c3e99;
  border-left-color: #2c3e99;
  border-top-width: 3px;
  border-right-width: 3px;
  border-left-width: 3px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  height: 30px;
  width: 70px;
  margin-bottom: 40px;
  border-bottom-width: 5px;
}

.visiecontent1 {
  height: auto;
  width: 100%;
  float: left;
  color: #1b1b1b;
}

.visietext {
  height: auto;
  width: 100%;
  float: left;
  color: #1b1b1b;
}

@media (max-width: 991px) {
  .divvisie {
    width: 100%;
  }
}

/*-------------
Section contact 
      form
    -------------*/
.sectioncontact {
  height: auto;
  color: white;
  box-sizing: border-box;
  width: 100vw;
  background-color: #1b1b1b;
}

.contactinput {
  display: flex;
  flex-direction: column;
  align-items: left;
  max-width: 1120px;
  background-color: #1b1b1b;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 4vw;
  padding-top: 110px;
  padding-bottom: 110px;
}

.contactformtitle {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 45px;
  text-transform: none;
  font-size: 45px;
}

.contactname {
  float: left;
  width: 48%;
}

.contactbname {
  float: right;
  width: 48%;
}

.contactemail {
  float: left;
  width: 48%;
}

.contactphone {
  float: right;
  width: 48%;
}

.contactmessage {
  float: left;
  margin-top: 40px;
  width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.form-control {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid gray;
  color: #c0c0c0;
  font-size: 18px;
  margin-bottom: 16px;
  align-items: stretch;
}

.form-control option {
  color: #c0c0c0;
}

.form-control optgroup {
  color: white;
  background-color: #1b1b1b;
}

form .submit {
  font-size: 13px;
  margin-top: 40px;
  background-color: white;
  padding: 18px 28.8px;
  border-radius: 15px;
  color: #1b1b1b;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
  outline: none;
}

form .submit:hover {
  background-color: #2c3e99;
  color: white;
}
@media (max-width: 800px) {
  .contactinput {
    border-radius: 0 0 0 0;
    width: 100vw;
  }
}

@media (max-width: 1120px) {
  .contactname {
    width: 100%;
  }
  .contactbname {
    width: 100%;
  }
  .contactemail {
    width: 100%;
  }
  .contactphone {
    width: 100%;
  }
  .contactinput {
    margin-right: 0vw;
    margin-left: 0vw;
  }
}

/*-------------
  Section footer
    -------------*/
.sectionfooter {
  height: auto;
  width: 100%;
  background-color: #1b1b1b;
  color: #c0c0c0;
}

.footer-fullblock {
  padding-bottom: 50px;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  flex-direction: column;
  align-items: left;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

.footer-toppace {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.footer-line {
  width: 100%;
  border-top-style: solid;
  border-top-color: gray;
  border-top-width: 5px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.div-403-004 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.footer-row {
  padding-top: 36px;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  letter-spacing: 1.5px;
}

.footer-block {
  width: auto;
  padding: 25px;
  padding-top: 0;
}

.footer-text {
  font-weight: 500;
  padding-top: 10px;
}

.footer-text1 {
  font-weight: 500;
}

.footer-text a {
  text-decoration: none;
  color: #c0c0c0;
}

.footerimg {
  height: 60px;
}

.div-406-002 {
  width: auto;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  align-items: flex-end;
  text-align: right;
  flex-direction: column;
  display: flex;
  padding-bottom: 0px;
  margin-right: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  line-height: auto;
  font-weight: 500;
}

@media (max-width: 1114px) {
  .footer-block {
    width: 33%;
    padding: 0;
  }
}

@media (max-width: 750px) {
  .footer-block {
    width: 50%;
    padding: 0;
  }
}

@media (max-width: 645px) {
  .footer-block {
    width: 100%;
    flex-direction: column;
    display: flex;
    padding: 0;
  }
}
