* {
    font-family: "MarkPro" !important;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

header {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-image: url('../images/headerPhoto.jpg');
    position: relative;
    overflow: hidden;
}

header.smaller {
    height: 50vh;
}

header.smaller .slogan .text, header.smaller .slogan .title {
    display: none;
}

header #myVideo {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
}

header .logo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 270px;
    z-index: 10;
}

header .overlay {
    z-index: 2;
    background-image: url('../images/wittestreepjes.png');
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.10;
    background-size: 16px 16px;
}

header .slogan {
    width: 1024px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
}

header .slogan .title {
    font-weight: 900;
    color: white;
    font-size: 125px;
    text-shadow: 0px 0px 5px rgba(29, 29, 29, 0.5);
}

header .slogan .text {
    color: white;
    font-family: "MarkPro-Book" !important;
    color: white;
    font-size: 35px;
    text-shadow: 0px 0px 5px rgba(29, 29, 29, 0.5);
}

header .quicklinks {
    width: 1024px;
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    color: white;
    font-size: 20px;
    z-index: 100;
}

header .quicklinks .divider {
    height: 2px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: white;
}

header .quicklinks ul {
    display: table;
    table-layout: auto;
    width: 100%;
}

header .quicklinks ul li {
    text-align: center;
    display: table-cell;
}

header .quicklinks ul li a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 22px;
    text-shadow: 0px 0px 3px rgba(29, 29, 29, 0.5);
}

header .sidemenuBtn {
    position: fixed;
    top: 40px;
    right: 40px;
    background-image: url('../images/sidemenu.png');
    height: 61px;
    width: 69px;
    z-index: 100;
}

.sidemenu {
    display: none;
    height: 100%;
    width: 650px;
    position: fixed;
    top: 0px;
    left: 0px;
    background-image: url("../images/sidemenuBG.jpg");
    background-size: 100% 100%;
    z-index: 199;
}

.sidemenu .logo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 270px;
    z-index: 999;
}

.sidemenu .closeBtn {
    background-image: url('../images/closeBtn.png');
    width: 44px;
    height: 45px;
    position: absolute;
    top: 70px;
    right: 100px;
}

.sidemenu .menu {
    padding-top: 200px;
    padding-right: 50px;
    padding-left: 100px;
}

.sidemenu .menu li a {
    color: white;
    display: block;
    text-decoration: none;
    font-weight: 900;
    font-size: 40px;
    line-height: 45px;
    transition: .3s color;
    width: 450px;
}

.sidemenu .menu li.active>a, .sidemenu .menu li.current_page_item>a, .sidemenu .menu li.current-menu-parent>a {
    color: #292d4f;
}

.sidemenu .menu li ul li a {
    width: 380px;
}

.sidemenu .menu li a:hover {
    color: #292d4f;
}

.sidemenu .menu li {
    position: relative;
}

.sidemenu .menu li a.underline {
    border-bottom: 2px solid rgba(255,255,255,0.6);
}

.sidemenu .menu li ul {
    position: absolute;
    display: none;
    top: 0px;
    left: 450px;
    z-index: 1000;
}

.sidemenu .menu li ul li a {
    font-weight: normal;
    font-size: 35px;
}

section.text {
    width: 1024px;
    margin: 0 auto;
    margin-top: 75px;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: -1px;
    color: #868686;
}

section.text p {
    margin-bottom: 20px;
}

section.text p strong {
    font-weight: bold;
}

section.text .right {
    margin-left: 20px;
    width: 50%;
}

section.text .left {
    margin-right: 20px;
    width: 50%;
}

section.text img {
    vertical-align: top;
}

section.text h1, section.contact h2, section.echbox h2 {
    color: #b1b6bc;
    font-weight: bold;
    font-size: 45px;
    line-height: 50px;
    vertical-align: top;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

section.text ul {
    list-style: disc;
    margin-left: 20px;
}

section.text ul ul {
    list-style: circle;
}

section.infoblocks {
    width: 1024px;
    height: 300px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}

section.infoblocks .block {
    width: 236px;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

section.infoblocks .block img {
    width: 236px;
    display: block;
}

section.infoblocks .block .blocktop {
    background-image: url('../images/infoblocktop.png');
    background-repeat: no-repeat;
    padding-top: 27px;
    position: absolute;
    top: 102px;
    width: 236px;
}

section.infoblocks .block .textblock {
    background-color: #eeeeee;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    color: #8d8d8d;
}

section.infoblocks .block .textblock h2 {
    padding-top: 10px;
    text-align: left;
    font-size: 22px;
    font-weight: 700;
    color: #505050;
}

section.infoblocks .block .textblock p {
    text-align: left;
    font-size: 15px;
    line-height: 18px
}

section.infoblocks .block .textblock a {
    text-decoration: none;
    font-weight: bold;
}

section.infoblocks .orange a { color: #dfa34f; }
section.infoblocks .green a { color: #85b544; }
section.infoblocks .red a { color: #ae2f28; }
section.infoblocks .blue a { color: #6aa697; }

#infoblock-1 { left: 0; }
#infoblock-2 { left: 262px; }
#infoblock-3 { left: 524px; }
#infoblock-4 { left: 786px; }

footer {
    margin-top: 50px;
    background-color: #b1b6bc;
    min-height: 100px;
}

footer .footerInner {
    width: 1024px;
    margin: 0 auto;
    position: relative;
    color: #e5e5e5;
    font-size: 14px;
    line-height: 30px;
}

footer .footerInner h2 {
    color: white;
}

footer .footerInner .socials {
    position: absolute;
    bottom: 10px;
    left: 0px;
    opacity: .4;
}

footer .footerInner .copyright {
    position: absolute;
    right: 0px;
    bottom: 10px;
}

footer .footerInner .socials a {
    margin-left: 20px;
}

footer .footerInner .one_four {
    width: 25%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 70px;
    float: left;
}

footer .footerInner .one_four a {
    color: white;
    text-decoration: none;
}

footer .footerInner .one_four a:hover {
    font-weight: bold;
}

footer .footerInner h2 {
    font-size: 22px;
    font-weight: bold;
}

/*Temp contact form*/
.contactForm {
    width: 540px;
    margin: 0 auto;
}

.contactForm label {
    display: block;
    font-weight: bold;
    color: rgba(1, 0, 0, 0.5);
    font-size: 16px;
}

.contactForm input[type=text] {
    width: 520px;
    background-color: #f2f2f2;
    color: rgba(0,0,0, .5);
    border: none;
    height: 37px;
    -webkit-box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.05);
    box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.05);
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
}

.contactForm input[type=file] {
    margin-top: 10px;
}

.contactForm textarea {
    width: 520px;
    height: 200px;
    background-color: #f2f2f2;
    color: rgba(0,0,0, .5);
    border: none;
    -webkit-box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.05);
    box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.05);
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
}

.contactForm input.halfInput {
    width: 239px;
}

.contactForm input.second {
    margin-left: 16px;
}

.contactForm input[type=submit] {
    height: 43px;
    background: rgb(75,153,119);
    background: -moz-linear-gradient(90deg, rgba(75,153,119,1) 0%, rgba(109,172,70,1) 50%, rgba(252,226,65,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(75,153,119,1) 0%, rgba(109,172,70,1) 50%, rgba(252,226,65,1) 100%);
    background: linear-gradient(90deg, rgba(75,153,119,1) 0%, rgba(109,172,70,1) 50%, rgba(252,226,65,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4b9977",endColorstr="#fce241",GradientType=1);
    border: none;
    color: white;
    font-weight: bold;
    width: 540px;
    margin-top: 20px;
    border-radius: 5px;
}

.contactForm .spacer {
    margin-top: 20px;
}

.contactForm .message {
    margin-bottom: 10px;
    color: #000e14;
    display: block;
}

.captcha_wrapper {
    margin-top: 10px;
}

section.contact {
    width: 1000px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 22px;
    margin-top: 50px;
}

section.contact strong, .active {
    font-weight: bold;
}

section.echbox {
    width: 900px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 32px;
    vertical-align: top;
    margin-top: 50px;
    color: #868686;
}

section.echbox .textbox {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
    float: left;
    padding-left: 20px;
}

section.echbox .videobox {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 40%;
    float: left;
}
/*Temp contact form*/
.wpcf7-form {
    width: 540px;
    margin: 0 auto;
}

.wpcf7-form label {
    display: block;
    font-weight: bold;
    color: rgba(1, 0, 0, 0.5);
    font-size: 16px;
}

.wpcf7-form input[type=text] {
    width: 520px;
    background-color: #f2f2f2;
    color: rgba(0,0,0, .5);
    border: none;
    height: 37px;
    -webkit-box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.05);
    box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.05);
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
}

.wpcf7-form input[type=file] {
    margin-top: 10px;
}

.wpcf7-form textarea {
    width: 520px;
    height: 200px;
    background-color: #f2f2f2;
    color: rgba(0,0,0, .5);
    border: none;
    -webkit-box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.05);
    box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.05);
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
}

.wpcf7-form input.halfInput {
    width: 239px;
}

.wpcf7-form input.second {
    margin-left: 16px;
}

.wpcf7-form input[type=submit] {
    height: 43px;
    background: rgb(75,153,119);
    background: -moz-linear-gradient(90deg, rgba(75,153,119,1) 0%, rgba(109,172,70,1) 50%, rgba(252,226,65,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(75,153,119,1) 0%, rgba(109,172,70,1) 50%, rgba(252,226,65,1) 100%);
    background: linear-gradient(90deg, rgba(75,153,119,1) 0%, rgba(109,172,70,1) 50%, rgba(252,226,65,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4b9977",endColorstr="#fce241",GradientType=1);
    border: none;
    color: white;
    font-weight: bold;
    width: 540px;
    margin-top: 20px;
    border-radius: 5px;
}

.wpcf7-form .spacer {
}

.wpcf7-form .message {
    margin-bottom: 10px;
    color: #000e14;
    display: block;
}

.captcha_wrapper {
    margin-top: 10px;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.video-container > video {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-aspect-ratio: 1920/1080) {
  .video-container > video {
    height: 100%;
  }
}
@media screen and (min-aspect-ratio: 1920/1080) {
  .video-container > video {
    width: 100%;
  }
}