/*!==============================
 * Theme Name: Pixels
 * Theme URL: https://probootstrap.com/pixels-free-website-template-using-bootstrap-for-portfolio
 * Author: ProBootstrap.com
 * Author URL: https://probootstrap.com
 * License: Released for free under the Creative Commons Attribution 3.0 license (probootstrap.com/license)
 */

html {
  overflow-x: hidden;
  font-size: 1em;
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-size: 18px;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  line-height: 1.8;
  color: #4e5458;
  background: #ddd;
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}

::selection {
  background: #000000;
  color: #ffffff;
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}

h1,
h2,
h3,
h4 {
  margin: 1.414em 0 0.5em;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Lato", sans-serif;
  color: #325060;
}

h1 {
  margin-top: 0;
  font-size: 3.998em;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 1.999em;
  font-size: 27px;
  font-weight: bold;
  text-transform: uppercase;
}

h4 {
  font-size: 1.414em;
}

small,
.font_small {
  font-size: 0.707em;
}

p,
ul,
ol,
figure {
  margin-bottom: 1.3em;
}

a {
  transition: .3s all;
  color: #99CA3C;
}

a:hover,
a:focus,
a:active {
  color: black;
  text-decoration: none;
}

a.hover-reverse {
  color: #000000;
}

a.hover-reverse:hover,
a.hover-reverse:focus,
a.hover-reverse:active {
  color: #99CA3C;
  text-decoration: none;
}

.subtitle {
  text-transform: uppercase;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.btn {
  border: 1px solid #99CA3C;
  color: #99CA3C;
  background: transparent;
  transition: .3s all;
  padding: 16px 32px;
  text-decoration: none;
  font-weight: 400;
}

.btn:hover {
  background: #99CA3C;
  color: #ffffff;
}

.btn.btn-ghost {
  background: transparent;
  color: #99CA3C;
}

.btn.btn-ghost:hover {
  background: #99CA3C;
  color: #ffffff;
}

.btn.btn-ghost-white {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.btn.btn-ghost-white:hover {
  border-color: #99CA3C;
  background: #99CA3C;
  color: #ffffff;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-left: 16px;
  padding-right: 16px;
}

.visible-xs {
  display: none !important;
}

header {
  z-index: 100;
  padding: 0 64px;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

header .logo {
  background: #325060;
  display: inline-block;
  padding: 16px;
  padding-top: 32px;
  margin: 0;
  transition: none;
}

header .logo img {
  width: 200px;
  margin: 0 auto;
}

header .logo img.diap {
  display: block;
}

header .logo img.color {
  display: none;
}

header nav {
  float: right;
}

header nav ul {
  margin: 0;
  padding: 0;
}

header nav li {
  margin: 0;
  list-style: none;
  display: inline-block;
  font-size: 18px;
}

header nav li a {
  padding: 0 16px;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: .2em;
  text-decoration: none;
}

header nav li a span {
  display: inline-block;
  padding: 16px 0;
  border-bottom: 2px solid transparent;
  transition: .3s all;
  color: #ffffff;
}

header nav li a:hover span {
  border-color: #ffffff;
}

header nav li.active a span {
  border-color: #ffffff;
}

.background-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

.maps-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 200px;
}

.cover.spacer {
  z-index: -1;
  height: 800px;
}

.cover {
  z-index: 20;
  height: 90vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
  max-height: 100%;
}

.cover .btn {
  font-size: 24px;
}

.slogan {
  color: white;
  font-size: 35px;
  font-weight: 300;
  text-transform: none;
  max-width: 80%;
  padding: 0 8px;
  text-align: center;
  max-width: 700px;
}

.slogan h1 {
  margin: 0;
}

.slogan span {
  font-size: 70px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}

main {
  z-index: 20;
  background: white;
}

.activities {
  padding: 64px;
}

.activities h3 {
  margin-top: 0;
}

.activities.additional h3 {
  color: #99CA3C;
}

.split-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.split-view > .first {
  width: 50%;
  padding: 64px;
}

.split-view > .second {
  width: 50%;
  padding: 64px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.split-view .second {
  background: #325060;
}

.split-view .second h1,
.split-view .second h2,
.split-view .second h3,
.split-view .second h4,
.split-view .second p {
  color: #ffffff;
  margin: 0;
}

.split-view h3 {
  margin: 0;
}

.certificates {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.certificates img {
  width: 200px;
  height: auto;
  margin: 16px;
}

.wide-break {
  background: #99CA3C;
  text-align: center;
  padding: 64px 16px;
}

.wide-break h2 {
  text-transform: uppercase;
  color: white;
  margin: 0;
}

.huiskamp-label {
  width: 80%;
  max-width: 1000px;
  box-shadow: 5px 5px 10px #ccc;
  padding: 64px;
  border-left: 32px solid #ff5300;
  margin: 12px auto 32px auto;
}

.huiskamp-label .subtitle {
  color: #ff5300;
}

.huiskamp-label .huiskamp-logo {
  width: 200px;
}

.huiskamp-label h3 {
  color: #ff5300;
}

.huiskamp-label .btn {
  border-color: #ff5300;
  color: #ff5300;
}

.huiskamp-label .btn:hover {
  background: #ff5300;
  border-color: #ff5300;
}

#contact {
  overflow: hidden;
  padding: 32px 64px;
  text-align: center;
}

#contact a {
  font-size: 24px;
  font-weight: 700;
}

footer {
  background: #325060;
  padding: 0;
  color: white;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin: 0;
}

footer .col {
  padding: 32px;
  float: left;
}

footer .ft-left {
  float: left;
  width: 66.7%;
  overflow: hidden;
}

footer .ft-left .col {
  width: 50%;
}

footer .ft-right {
  float: left;
  width: 33.3%;
  background: #99CA3C;
  overflow: hidden;
}

footer p {
  margin: 0;
  line-height: 28px;
}

footer .brl {
  font-size: 32px;
  line-height: 42px;
  color: white;
  font-weight: bold;
  display: block;
}

footer .cert {
  font-size: 32px;
  line-height: 42px;
  color: white;
  font-weight: thin;
  text-transform: uppercase;
}

.logo {
  font-weight: bold;
  color: #99CA3C;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 32px;
}

.logo span {
  color: white;
}

.handelsnaam {
  font-size: 16px;
  padding: 16px 32px;
}

.handelsnaam a {
  color: #ff5300;
}

.handelsnaam a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 992px) {
  .certificates {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.998em;
  }

  h2 {
    font-size: 40px;
  }

  .slogan {
    font-size: 27px;
    line-height: 27px;
  }

  .slogan span {
    font-size: 54px;
    line-height: 56px;
  }

  main {
    padding: 0;
  }

  .activities {
    padding: 32px;
  }

  .split-view .first {
    width: 33.3%;
    padding: 32px;
  }

  .split-view .second {
    width: 66.7%;
    padding: 32px;
  }

  .certificates img {
    width: 100px;
  }

  .huiskamp-label {
    width: 95%;
    padding: 32px;
    margin: 0 auto 32px auto;
  }

  footer {
    display: block;
  }

  footer .ft-left,
  footer .ft-right {
    width: 100%;
    float: none;
    clear: both;
  }

  footer .brl,
  footer .cert {
    display: inline-block;
  }
}

@media screen and (max-width: 480px) {
  h2 {
    font-size: 30px;
  }

  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: inherit !important;
  }

  .background-video {
    display: none;
  }

  .cover {
    height: inherit;
    background: #325060;
  }

  .cover img {
    margin: 0 auto;
    margin-bottom: 32px;
    width: 66%;
  }

  .slogan {
    font-size: 20px;
    line-height: 25px;
    max-width: 80%;
  }

  .slogan span {
    font-size: 40px;
    line-height: 42px;
  }

  .split-view {
    display: block;
  }

  .split-view .first {
    display: none;
  }

  .split-view .second {
    width: 100%;
  }

  footer .ft-left .col,
  footer .ft-right .col {
    clear: both;
    width: 100%;
  }

  footer .ft-left .col:nth-child(2),
  footer .ft-right .col:nth-child(2) {
    padding-top: 0;
  }
}