html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font: 100% Maven Pro !important;
}

p.body-text {
  color: #333;
  font-size: 16px;
  text-align: justify;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  line-height: 25px;
}

h2.subtitel {
  font-size: 50px;
  font-weight: bold;
}

nav {
  background-color: rgba(59, 74, 119, 0);
  height: 106px;
  overflow: hidden;
  transition: 500ms;
}
nav img {
  width: 100px;
}
nav .navbar-toggler {
  background-color: #fff;
}
nav .collapse {
  justify-content: flex-end;
  display: inline !important;
}
nav .collapse .navbar-nav .nav-item {
  margin-right: 10px;
  overflow: hidden;
}
nav .collapse .navbar-nav .nav-item a {
  color: #fff;
  border: solid 1px #fff;
  border-radius: 30px;
  padding: 16px;
  white-space: nowrap;
  width: 50px;
  height: 50px;
  transition: 300ms;
}
nav .collapse .navbar-nav .nav-item a span {
  opacity: 0;
}
nav .collapse .navbar-nav .nav-item a.active {
  color: #54E6C9;
  border: solid 1px #54E6C9;
}
nav .collapse .navbar-nav .nav-item a.active span {
  opacity: 1;
}
nav .collapse .navbar-nav .nav-item a.icon-huisje.active {
  width: 104px;
}
nav .collapse .navbar-nav .nav-item a.icon-uneric.active {
  width: 98px;
}
nav .collapse .navbar-nav .nav-item a.icon-grid.active {
  width: 98px;
}
nav .collapse .navbar-nav .nav-item a.icon-groep.active {
  width: 130px;
}
nav .collapse .navbar-nav .nav-item a:hover {
  color: #54E6C9;
  border: solid 1px #54E6C9;
}
nav .collapse .navbar-nav .nav-item a::before {
  margin-right: 7px;
}
nav .collapse .nav-contact {
  display: flex;
}
nav .collapse .nav-contact a {
  text-decoration: none;
  background-color: #54E6C9;
  color: #467269;
  padding: 16px 20px;
  border-radius: 30px;
}
nav .collapse .nav-contact a::before {
  margin-right: 7px;
}
nav.viewport {
  background-color: #3b4a77;
}

.menu-tonen nav {
  height: 430px;
  background-color: #3b4a77;
}

@media (max-width: 768px) {
  .collapse .navbar-nav .nav-item,
.nav-contact {
    margin-top: 10px;
  }
}
#home {
  height: 100%;
  width: 100%;
  padding-top: 150px;
  background: linear-gradient(241deg, #b196a8 0%, #1f386b 100%);
}
#home .dp-container {
  display: table;
}
#home .dp-container .dp-content {
  display: table-cell;
  vertical-align: middle;
}
#home .dp-container .dp-content h1.header-titel {
  color: #54E6C9;
  font-size: 80px;
  font-weight: bold;
  line-height: 70px;
}
#home .dp-container .dp-content p {
  margin-top: 40px;
}
#home p {
  color: #fff;
  font-size: 16px;
  text-align: justify;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  line-height: 25px;
}
#home .curve-cover {
  width: 100%;
  position: absolute;
  bottom: -7px;
}
#home .next-section div {
  width: 100px;
  margin: 0 auto;
}
#home .next-section div a {
  position: relative;
  z-index: 1;
}
#home .next-section div a img {
  width: 100px;
}
#home .next-section div a img.slide-bck-bottom {
  -webkit-animation: slide-bck-bottom 1s cubic-bezier(0.47, 0, 0.745, 0.715) infinite alternate-reverse both;
  animation: slide-bck-bottom 1s cubic-bezier(0.47, 0, 0.745, 0.715) infinite alternate-reverse both;
}
@-webkit-keyframes slide-bck-bottom {
  0% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
  }
  100% {
    -webkit-transform: translateZ(-400px) translateY(30px);
    transform: translateZ(-400px) translateY(30px);
  }
}
@keyframes slide-bck-bottom {
  0% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
  }
  100% {
    -webkit-transform: translateZ(-400px) translateY(30px);
    transform: translateZ(-400px) translateY(30px);
  }
}
#home .bg_raster {
  width: 100%;
  height: 100%;
  background-image: url(../../img/raster.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
}

#over h2 {
  color: #467269;
  margin-bottom: 50px;
}

#fast {
  min-height: 500px;
  background: linear-gradient(241deg, #b196a8 0%, #1f386b 100%);
}
#fast .container {
  padding-bottom: 200px;
}
#fast .container .row {
  text-align: center;
}
#fast h2 {
  color: #54E6C9;
}
#fast h3 {
  color: #fff;
}
#fast .curve-bottom-fast {
  position: relative;
}
#fast .curve-bottom-fast img {
  position: absolute;
  bottom: 0;
}
#fast .fast-element {
  width: 25%;
  padding: 40px;
  z-index: 1;
}
#fast .fast-element .tuit {
  height: 25px;
  background-color: #fff;
  width: 115%;
  margin-left: -7.5%;
  border-radius: 50px;
}
#fast .fast-element .fast-info {
  background-color: #fff;
  padding: 20px;
  min-height: 300px;
  position: relative;
}
#fast .fast-element .fast-info img {
  width: 50%;
}
#fast .fast-element .fast-info .url-link {
  width: 100%;
  position: absolute;
  bottom: 15px;
  left: 0;
}
#fast .fast-element .fast-info a {
  padding: 3px 12px;
  border-style: solid;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  transition: 300ms;
}
#fast .fast-element .fast-info a:hover {
  color: #fff;
}
#fast .fast-element .fast-img {
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}
#fast .fast-element .fast-img img {
  width: 100%;
}
#fast .fast-element.fast-f a {
  color: #DF5F49;
}
#fast .fast-element.fast-f a:hover {
  background-color: #DF5F49;
  border-color: #DF5F49;
}
#fast .fast-element.fast-f .fast-img {
  background-color: #DF5F49;
}
#fast .fast-element.fast-a a {
  color: #3C9FB5;
}
#fast .fast-element.fast-a a:hover {
  background-color: #3C9FB5;
  border-color: #3C9FB5;
}
#fast .fast-element.fast-a .fast-img {
  background-color: #3C9FB5;
}
#fast .fast-element.fast-s a {
  color: #9C8AFF;
}
#fast .fast-element.fast-s a:hover {
  background-color: #9C8AFF;
  border-color: #9C8AFF;
}
#fast .fast-element.fast-s .fast-img {
  background-color: #9C8AFF;
}
#fast .fast-element.fast-t a {
  color: #FBC15B;
}
#fast .fast-element.fast-t a:hover {
  background-color: #FBC15B;
  border-color: #FBC15B;
}
#fast .fast-element.fast-t .fast-img {
  background-color: #FBC15B;
}
@media (max-width: 768px) {
  #fast .fast-element {
    width: 100%;
  }
}
#fast .div-raster {
  position: relative;
}
#fast .div-raster .bg_raster {
  width: 100%;
  height: 500px;
  background-image: url(../../img/raster.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
}

#groep h2 {
  color: #467269;
  margin-bottom: 50px;
}
#groep .row {
  text-align: center;
}
#groep .row div {
  height: 200px;
}

#footer {
  background: linear-gradient(#54e6c9 0%, #00498a 100%);
}
#footer .col-md-3 {
  z-index: 1;
}
#footer h3.kop-titel,
#footer p {
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
}
#footer p {
  opacity: 0.5;
}
#footer input,
#footer textarea {
  border-radius: 20px;
  margin: 20px 0;
  border: none;
}
#footer input:focus,
#footer textarea:focus {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: none;
}
#footer textarea {
  height: 150px;
  margin-bottom: 25px;
}
#footer a {
  background-color: #54E6C9;
  color: #1F386B;
  padding: 7px 20px;
  border-radius: 20px;
  text-decoration: none;
}
#footer .div-raster {
  position: relative;
}
#footer .div-raster .bg_raster {
  width: 100%;
  height: 800px;
  background-image: url(../../img/raster.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
}
#footer .bottom-info {
  margin-top: 100px;
  height: 30px;
  color: rgba(255, 255, 255, 0.4);
}
