/************************************************* General ******************************************/
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  line-height: 1;
}
*:focus,
*:active,
*:hover,
*:visited {
  outline: none !important;
}
.img-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.img-contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
/************************************************* General ******************************************/
header {
  display: inline-block;
  width: 100%;
}
h1 {
  font-family: "univia-pro", sans-serif;
  font-style: normal;
  font-weight: 200;
  margin: 0px;
  text-transform: uppercase;
  color: white;
  background-color: #088a33;
  display: inline-block;
  padding: 7px;
  font-size: 2.5em;
}
h2 {
  font-family: "univia-pro", sans-serif;
  font-style: normal;
  font-weight: 200;
  margin: 0px;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  padding: 7px;
  font-size: 1.8em;
}
h3 {
  font-family: "univia-pro", sans-serif;
  font-style: normal;
  font-weight: 200;
  margin: 0px;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  padding: 0px;
  font-size: 1.5em;
}
p,
li {
  font-family: "univia-pro", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 1em;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
a {
  font-family: "univia-pro", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 1em;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  display: inline-block;
}
strong,
bold {
  font-weight: 700;
}
/************************************************* Buttons ******************************************/
button {
  border: none;
}
.btn-flat {
  padding: 10px 15px;
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  font-family: "univia-pro", sans-serif;
  font-style: normal;
  margin: 0px;
  text-transform: uppercase;
}
.btn-flat:hover {
  text-decoration: none;
}
.btn-flat:active,
.btn-flat:focus {
  text-decoration: none;
}
.btn-yellow,
:visited {
  background-color: #e3a600;
  color: white;
}
.btn-yellow:hover,
:visited:hover,
.btn-yellow:active,
:visited:active,
.btn-yellow:focus,
:visited:focus {
  background-color: #cc9600;
  color: white;
}
/************************************************* Taskbar + navigation ******************************************/
header {
  display: inline-block;
  position: fixed;
  z-index: 1000;
  background-color: transparent;
}
.taskbar {
  display: inline-block;
  text-align: right;
  width: 100%;
  background-color: #088a33;
  padding: 15px 90px;
}
@media (max-width: 767px) {
  .taskbar {
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .taskbar :nth-child(2):after {
    display: none;
  }
}
.taskbar p,
.taskbar a {
  color: #ffffff;
  display: inline-block;
}
@media (max-width: 767px) {
  .taskbar p,
  .taskbar a {
    line-height: 150%;
  }
}
.taskbar p:after,
.taskbar a:after {
  display: inline-block;
  content: '|';
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .taskbar p:after,
  .taskbar a:after {
    padding: 0px 10px;
  }
}
.taskbar p:last-child:after,
.taskbar a:last-child:after {
  display: none;
}
.navbar-default {
  display: inline-block;
  width: 70%;
  height: 80px;
  padding: 0px 90px 0px 60px;
  background-color: transparent;
  border: none;
  background-image: url('/assets/img/navigatie.png');
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 0px !important;
  float: right;
}
@media (min-width: 768px) and (max-width: 1250px) {
  .navbar-default {
    width: 100%;
    background-color: white;
    background-image: none;
  }
}
@media (max-width: 767px) {
  .navbar-default {
    width: 100%;
    padding: 0px 0px 0px 0px;
    background-color: white;
    background-image: none;
  }
}
.navbar-header {
  display: inline-block;
  width: 200px;
  height: 80px;
  float: left;
}
@media (max-width: 767px) {
  .navbar-header {
    width: 100%;
    float: none;
    padding: 0px 10px;
  }
}
.navbar-header .navbar-brand {
  display: inline-block;
  width: 200px;
  height: 80px;
  float: left;
  background-size: 70%;
}
.navbar-header .navbar-toggle {
  display: none;
}
@media (max-width: 767px) {
  .navbar-header .navbar-toggle {
    display: inline-block;
    border: none !important;
    width: 25px;
    height: 20px;
    margin-top: 33px;
    float: right;
    background-color: white;
    position: relative;
  }
  .navbar-header .navbar-toggle .bar {
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #088a33;
    vertical-align: top;
  }
  .navbar-header .navbar-toggle :nth-child(1) {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .navbar-header .navbar-toggle :nth-child(2) {
    position: absolute;
    top: 8px;
    left: 0px;
  }
  .navbar-header .navbar-toggle :nth-child(3) {
    position: absolute;
    top: 16px;
    left: 0px;
  }
}
.navbar-collapse {
  display: inline-block;
  height: 80px;
  float: right;
  padding: 0px !important;
}
@media (max-width: 767px) {
  .navbar-collapse {
    width: 100%;
    height: auto;
    margin-top: -5px;
  }
}
.navbar-collapse ul {
  display: inline-block;
}
@media (max-width: 767px) {
  .navbar-collapse ul {
    width: 100%;
  }
}
.navbar-collapse ul li {
  display: inline-block;
  margin-right: 40px;
}
@media (min-width: 768px) and (max-width: 860px) {
  .navbar-collapse ul li {
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .navbar-collapse ul li {
    margin-right: 0px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #088a33;
  }
  .navbar-collapse ul li.active a {
    background-color: #088a33;
    color: #ffffff;
  }
  .navbar-collapse ul li:last-of-type {
    border-bottom: none;
  }
  .navbar-collapse ul li:first-of-type {
    border-top: 1px solid #088a33;
  }
}
.navbar-collapse ul li:last-of-type {
  margin-right: 0px;
}
.navbar-collapse ul li a {
  line-height: 80px;
  color: #464646;
  text-transform: uppercase;
  padding: 0px !important;
  background-color: transparent !important;
}
@media (max-width: 767px) {
  .navbar-collapse ul li a {
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 100%;
    background-color: #ffffff;
    padding: 12px 0px;
  }
}
@media (max-width: 767px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: inline-block !important;
    text-align: center !important;
  }
}
/************************************************* footer ******************************************/
.footer {
  display: inline-block;
  width: 100%;
  padding: 50px 90px;
  background-color: #f5f5f5;
  margin-top: -5px;
}
@media (max-width: 767px) {
  .footer {
    padding: 50px 20px;
  }
}
.footer .logo {
  display: inline-block;
  width: 100%;
  height: 100px;
  background-color: white;
  background-size: 66%;
}
@media (max-width: 767px) {
  .footer .logo {
    margin-bottom: 20px;
  }
}
.footer p,
.footer a {
  display: inline-block;
  width: 100%;
  line-height: 1.8em;
  color: #464646;
}
.footer p:hover,
.footer a:hover,
.footer p:focus,
.footer a:focus,
.footer p:visited,
.footer a:visited,
.footer p:active,
.footer a:active {
  text-decoration: none;
  color: #464646;
}
.footer p bold,
.footer a bold {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
  line-height: 1;
}
@media (max-width: 767px) {
  .footer p bold:last-child,
  .footer a bold:last-child {
    margin-top: 20px;
  }
}
.footer a:hover {
  cursor: pointer;
}
.copyright {
  display: inline-block;
  width: 100%;
  padding: 15px 90px;
  background-color: #088a33;
}
@media (max-width: 767px) {
  .copyright {
    padding: 15px 20px;
  }
}
.copyright p,
.copyright a {
  color: white;
}
@media (max-width: 767px) {
  .copyright p,
  .copyright a {
    font-size: 0.8em;
  }
}
.copyright .owner {
  display: inline-block;
  float: left;
}
.copyright .created {
  display: inline-block;
  float: right;
}
.container-fluid {
  display: inline-block;
  width: 100%;
  padding: 44px 0px 0px 0px;
}
@media (max-width: 767px) {
  .container-fluid {
    padding: 138px 0px 0px 0px;
  }
}
.container-content {
  display: inline-block;
  width: 100%;
  padding: 50px 90px 50px 90px;
}
@media (max-width: 767px) {
  .container-content {
    padding: 30px 20px 30px 20px;
  }
}
.container-content.grey {
  background-color: #f5f5f5;
}
.container-content.green {
  background-color: #088a33;
}
.slick-prev {
  left: 0px;
  z-index: 900;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #088a33;
  border-radius: 0;
}
.slick-prev:hover {
  background-color: #088a33;
}
.slick-next {
  right: 0px;
  z-index: 900;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #088a33;
  border-radius: 0;
}
.slick-next:hover {
  background-color: #088a33;
}
.slick-prev:before {
  color: white;
  content: '\f060';
  font-family: FontAwesome;
  font-size: 18px;
  opacity: 1;
  line-height: 30px;
}
.slick-next:before {
  color: white;
  content: '\f061';
  font-family: FontAwesome;
  font-size: 18px;
  opacity: 1;
  line-height: 30px;
}
@media (max-width: 767px) {
  .slick-prev {
    left: 0px;
    z-index: 900;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #088a33;
    border-radius: 0;
  }
  .slick-next {
    right: 0px;
    z-index: 900;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #088a33;
    border-radius: 0;
  }
}
.slick-slide {
  margin: 0 10px;
}
/* the parent */
.slick-list {
  margin: 0 -10px;
}
/************************************************* formulieren ******************************************/
form {
  display: inline-block;
  width: 100%;
  background-color: #088a33;
  padding: 20px;
  border-top: 5px solid #e3a600;
}
form h3 {
  color: white;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
input,
textarea {
  display: inline-block;
  width: 100%;
  border: none;
  border-radius: 0px;
  padding: 10px 10px;
  margin-bottom: 15px;
  color: #464646;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  resize: none;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #696969;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #696969;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #696969;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #696969;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100%;
  border: none;
  border-radius: 0px;
  padding: 10px 10px;
  margin-bottom: 15px;
  background-color: white;
  color: #696969;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  background-image: url('/assets/img/select.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 3%;
}
option {
  color: #696969;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
html,
body,
.landingspage {
  height: 100vh;
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
}
.landingspage .background {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.landingspage .background-overlay {
  background: -moz-linear-gradient(top, rgba(31, 146, 178, 0.9) 0%, rgba(38, 180, 193, 0.9) 100%);
  background: -webkit-linear-gradient(top, rgba(31, 146, 178, 0.9) 0%, rgba(38, 180, 193, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(31, 146, 178, 0.9) 0%, rgba(38, 180, 193, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e61f92b2', endColorstr='#e626b4c1', GradientType=0);
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0px;
  top: 0px;
  display: table;
}
.landingspage .background-overlay .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.landingspage .background-overlay .content .logo {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 100px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .landingspage .background-overlay .content .logo {
    margin-bottom: -7px;
  }
}
.landingspage .background-overlay .content .clearfix {
  display: block;
  height: 1px;
}
.landingspage .background-overlay .content .contactgegevens {
  display: inline-block;
  width: 700px;
  text-align: left;
  padding: 10px 0px;
  margin-bottom: 20px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .landingspage .background-overlay .content .contactgegevens {
    width: 396px;
  }
}
.landingspage .background-overlay .content .contactgegevens p,
.landingspage .background-overlay .content .contactgegevens a {
  color: white;
  margin-bottom: 0px;
  font-family: "univia-pro", sans-serif;
  font-style: normal;
  font-weight: 200;
}
@media (max-width: 992px) {
  .landingspage .background-overlay .content .contactgegevens p,
  .landingspage .background-overlay .content .contactgegevens a {
    margin-bottom: 15px;
  }
}
.landingspage .background-overlay .content .contactgegevens i {
  color: white;
  font-weight: 300;
  margin-bottom: 0px;
  display: inline-block;
  margin-right: 0px;
}
@media (max-width: 992px) {
  .landingspage .background-overlay .content .contactgegevens i {
    margin-bottom: 15px;
    padding-left: 30px;
  }
}
.landingspage .background-overlay .content form {
  background-color: rgba(13, 60, 71, 0.6);
  position: relative;
  border-top: none;
  padding: 50px;
  display: inline-block;
  width: 500px;
  font-family: "univia-pro", sans-serif;
  font-style: normal;
  font-weight: 200;
}
@media (max-width: 992px) {
  .landingspage .background-overlay .content form {
    width: 350px;
    text-align: right;
    padding: 25px 20px;
  }
}
.landingspage .background-overlay .content form input {
  height: 50px;
  padding: 20px;
  width: 100%;
  display: inline-block;
  font-family: "univia-pro", sans-serif;
  font-style: normal;
  font-weight: 200;
}
.landingspage .background-overlay .content form textarea {
  height: 150px;
  padding: 20px;
  width: 100%;
  display: inline-block;
  font-family: "univia-pro", sans-serif;
  font-style: normal;
  font-weight: 200;
}
.landingspage .background-overlay .content form ::-webkit-input-placeholder {
  font-family: "univia-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2em;
  color: #999999;
}
.landingspage .background-overlay .content form :-moz-placeholder {
  /* Firefox 18- */
  font-family: "univia-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2em;
  color: #999999;
}
.landingspage .background-overlay .content form ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "univia-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2em;
  color: #999999;
}
.landingspage .background-overlay .content form :-ms-input-placeholder {
  font-family: "univia-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2em;
  color: #999999;
}
.landingspage .background-overlay .content form .btn-white-outline {
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-family: "univia-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 1em;
}
