/*	Theme Name: Onebite Template
	Theme URI: http://html5blank.com
	Description: Onebite template
	Version: 1.0.2
	Author: Onebite
	Author URI: http://onebite.nl
	Tags: Onebite, blank, html5, css3
	Lees voor Info over het gebruik van de template README.txt */
.nav {
  margin-bottom: 0;
}

.nav-collapse {
  display: block;
  padding-bottom: 30px;
}

.nav-collapse div {
  background-color: white;
}

.nav-collapse div #menu-hoofdmenu {
  padding-top: 70px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  color: black;
  position: relative;
  max-width: 1100px;
}

.nav-collapse div #menu-hoofdmenu li {
  display: block;
  float: left;
  width: 150px;
  height: 100px;
  border-right: 1px solid #17727B;
  background-color: white;
  z-index: 10;
  font-family: Open Sans;
  font-weight: 300;
  text-align: center;
  bottom: 0;
}

.nav-collapse div #menu-hoofdmenu li:before {
  display: block;
}

.nav-collapse div #menu-hoofdmenu li a {
  color: #000000;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100;
  z-index: 10;
}

.nav-collapse div #menu-hoofdmenu li:last-child {
  border-right: none;
}

html, body, .wrapper {
  height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  line-height: 22px;
}

.container {
  width: auto;
}

/* letter styles */
h1 {
  font-family: Georgia;
  font-size: 39.1px;
  color: #000000;
  font-weight: 300;
}

h2 {
  font-family: Georgia;
  font-size: 30px;
  color: #000000;
  font-weight: 300;
}

h3 {
  font-family: Georgia;
  font-size: 24px;
  color: #000000;
  font-weight: 300;
}

h4 {
  font-family: Georgia;
  font-size: 21px;
  color: #000000;
  font-weight: 300;
}

.spangroot {
  font-family: Georgia;
  font-size: 39.1px;
  color: #000000;
}

.spanmiddel {
  font-family: Georgia;
  font-size: 30px;
  color: #000000;
}

.spanklein {
  font-family: Georgia;
  font-size: 24px;
  color: #000000;
}

.spanklein .first-word {
  width: 100%;
}

.spanmini {
  font-family: Georgia;
  font-size: 21px;
  color: #000000;
}

.spannormal {
  font-family: Open Sans;
  font-size: 20px;
  color: #000000;
}

.first-word {
  color: #17727B;
  display: inline;
  margin-bottom: -35px;
}

.spec {
  display: block;
  margin-bottom: 0px;
}

.mapsg {
  margin: 78px auto auto !important;
  display: inline-block !important;
  height: 400px !important;
}

a {
  text-decoration: none;
  color: #17727B;
}

a:link {
  text-decoration: none;
  color: black;
}

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

a:visited {
  text-decoration: none;
  color: black;
}

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

.white {
  background-color: white;
}

.right {
  float: right;
}

ul, ol {
  margin-left: -23px;
}

.content-blocks .content-text ul {
  padding: 0;
  margin-left: 15px;
}

.content-blocks .content-text ol {
  padding: 0;
  margin-left: 15px;
}

.content-blocks .content-block-regular ul {
  padding: 0;
  margin-left: 15px;
}

.content-blocks .content-block-regular ol {
  padding: 0;
  margin-left: 15px;
}

i {
  vertical-align: middle;
}

/* End of letter styles */
img {
  max-width: 100%;
}

img.qazy {
  opacity: 0;
  transition: opacity 1s;
}

img.qazy.active {
  opacity: 1;
}

.wrapper {
  max-width: 1100px;
  width: 95%;
  position: relative;
  margin: 0 auto;
}

.header {
  width: 100%;
  height: auto;
  min-height: 60px;
  float: left;
  margin-bottom: 1%;
  border-bottom: 1px solid #F4F4F4;
  padding-left: 2%;
  padding-right: 2%;
  background-color: white;
  position: fixed;
  z-index: 1;
}

.logo {
  float: left;
}

.logo-img {
  height: 50px;
  padding-top: 10px;
}

main, .site-main {
  float: left;
  width: 100%;
}

.fa-bars {
  width: 35px;
  height: 30px;
  font-size: 0px;
}

.nav-collapse {
  max-height: 0;
  transition: max-height 1000ms;
  -o-transition: max-height 1000ms;
  -moz-transition: max-height 1000ms;
  -webkit-transition: max-height 1000ms;
  overflow: hidden;
  padding-bottom: 15px;
}

.nav-collapse div #menu-hoofdmenu li {
  width: 14.28%;
  positon: relative;
  height: 100%;
  float: left;
  border-right: 1px solid #17727B;
  z-index: 1;
}

.nav-collapse div #menu-hoofdmenu li::before {
  display: block;
  text-align: center;
  margin: 0px auto;
  left: 0;
  right: 0;
  z-index: 0;
}

.nav-collapse div #menu-hoofdmenu li a {
  width: 100%;
  float: left;
  display: block;
  transition: all 0.2s;
  text-align: center;
  padding: 17px 0px 20px;
  min-width: 140px;
  position: relative;
  color: black;
}

.nav-collapse div #menu-hoofdmenu li a:hover {
  background-color: #17727B;
  text-decoration: none;
  color: white;
}

.nav-collapse div #menu-hoofdmenu {
  padding-top: 15px;
}

.nav-toggle {
  float: right;
  margin-top: 15px;
  height: 35px;
}

.nav-collapse.closed {
  position: relative !important;
}

.sidebar {
  float: left;
}

/* Arrows */
.arrow-top-mini {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-top: -17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13.5px 15px 13.5px;
  border-color: transparent transparent #17737b transparent;
}

.arrow-up-right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 42px 0;
  border-color: transparent #17737b transparent transparent;
  position: absolute;
  margin-top: 133px;
}

.arrow-block {
  background-color: #F4F4F4;
  opacity: 0.4em;
  padding: 10px 10px;
}

.arrow-block .arrow-left {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #ffffff transparent transparent;
}

.arrow-block .arrow-right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #ffffff;
}

/* End of arrows */
.block3 .col-md-5 .newsbig {
  float: left;
  width: 100%;
  height: 440px;
  margin-bottom: 40px;
}

.block3 .col-md-5 .newsbig a {
  color: black;
}

.block3 .col-md-5 .newsbig a:hover {
  color: black;
}

.block3 .col-md-5 .newsbig .thumb {
  width: 100%;
  float: left;
}

.block3 .col-md-5 .newsbig .thumb .wp-post-image {
  margin: 0px auto;
  display: block;
  height: auto;
}

.block3 .col-md-5 .newsbig .newsborder {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  margin-bottom: 35px;
}

.block3 .col-md-5 .newsbig .newsborder > div, .block3 .col-md-5 .newsbig .newsborder h3 {
  float: left;
  width: 100%;
}

.block3 .col-md-5 .newsbig .newsborder .newsitemdate {
  font-size: 13px;
}

.block3 .col-md-7 .newssmall {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}

.block3 .col-md-7 .newssmall a {
  color: black;
}

.block3 .col-md-7 .newssmall a:hover {
  color: black;
}

.block3 .col-md-7 .newssmall .thumb {
  float: left;
  max-width: 40%;
  margin-left: -15px;
}

.block3 .col-md-7 .newssmall .thumb img {
  height: auto;
}

.block3 .col-md-7 .newssmall .newsborder {
  float: left;
  width: 60%;
  padding-left: 15px;
  padding-right: 15px;
}

.block3 .col-md-7 .newssmall .newsborder .newsitemdate {
  font-size: 13px;
}

.block3 .col-md-7 .newssmall .arrow-down-right {
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  margin-right: 2px;
  margin-bottom: 2px;
  border-style: solid;
  border-width: 0 0 25px 25px;
  border-color: transparent transparent #17737b transparent;
}

.contact {
  font-size: 16px !important;
}

.row-contact {
  background-color: #fff;
}

.row-contact .btn-contact-footer {
  background-color: #8c8c8c;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  position: relative;
}

.row-contact a:hover {
  color: #8b8b8b;
  text-decoration: none;
}

.row-contact .btn-contact-footer-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  font-family: Open Sans;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 13px;
  font-weight: 300;
}

.row-contact .btn-contact-footer-link:hover {
  text-decoration: none;
  background-color: #8b8b8b;
  color: white !important;
}

.row-contact div div .spannormal {
  font-size: 18px;
}

.row-contact div div .spannormal a {
  color: #17727B;
}

.geo {
  font-family: Georgia;
}

.foot {
  padding-left: 2%;
  padding-right: 2%;
}

.foot .footer {
  float: left;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #F4F4F4;
  margin-top: 75px;
  list-style: none;
}

.foot .footer .copyright {
  text-align: center;
  float: left;
  font-family: Georgia;
  font-size: 13px;
  color: #535353;
  line-height: 23px;
  margin-left: -15px;
}

.foot .footer .copyright a {
  color: #535353;
}

.foot .footer .footer-nav {
  float: right;
  position: relative;
  list-style: none;
  max-width: 390px;
  width: 100%;
  margin-top: 13px;
}

.foot .footer .footer-nav div ul {
  list-style: none;
  float: right;
}

.foot .footer .footer-nav div ul li {
  font-size: 13px;
  float: left;
  font-family: Georgia;
  padding-left: 5px;
}

.foot .footer .footer-nav div ul li a {
  color: #535353;
  text-transform: lowercase;
}

.slidepic {
  margin-left: 2%;
  padding-right: 2%;
  position: relative;
  float: left;
  width: 96%;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center, center;
}

.con-caption {
  text-align: center;
  margin-top: -450px !important;
  height: 275px !important;
}

.con-caption .whitebox1 {
  margin-top: 183px !important;
}

.con-caption .whitebox2 {
  margin-top: 224px !important;
}

.con-caption .arrow-up-right {
  margin-top: 233px !important;
  border-color: transparent #92938F transparent transparent;
}

.con-caption .pdt {
  margin-top: 10px !important;
}

.con-caption .afbeeldingcontact {
  color: #17727B;
  padding-right: 5px;
}

.rond {
  height: 50px;
  background-color: #0177b5;
  width: 50px;
  border-radius: 50px;
  margin-top: 10px;
  float: left;
  margin-left: 5px;
}

.rondcont {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.adres {
  padding: 15px;
  background-color: #f4f4f4;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 130px;
}

.fleft {
  float: left;
  margin-top: 22px;
}

.totop {
  font-size: 25px;
  position: fixed;
  bottom: 0;
  float: right;
  color: #17727B !important;
  right: 0;
  padding-right: 2.5%;
  padding-bottom: 15px;
  opacity: 0.5;
}

.flexslider {
  padding-left: 2%;
  padding-right: 2%;
  position: relative;
  float: left;
  width: 100%;
}

.flexslider .flex-direction-nav {
  position: absolute;
  right: 420px;
  bottom: 0;
}

.flexslider .flex-direction-nav li {
  list-style: none;
  background-color: #F4F4F4;
  opacity: 0.4em;
}

.flexslider .flex-direction-nav li .flex-prev {
  position: absolute;
  bottom: 0;
  margin-left: -80px;
  background: rgba(244, 244, 244, 0.8);
  padding: 14px 13px;
}

.flexslider .flex-direction-nav li .flex-prev .arrow-left {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 14px 7px 0;
  border-color: transparent #ffffff transparent transparent;
  opacity: 1;
}

.flexslider .flex-direction-nav li .flex-next {
  position: absolute;
  bottom: 0;
  margin-left: -30px;
  background: rgba(244, 244, 244, 0.8);
  padding: 14px 13px;
}

.flexslider .flex-direction-nav li .flex-next .arrow-right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 14px;
  border-color: transparent transparent transparent #ffffff;
  opacity: 1;
}

.flexslider .slides {
  margin-left: -40px;
}

.flexslider .slides li {
  height: 500px;
  background-size: cover;
  margin-top: -36px;
  z-index: -2 !important;
  background-position: center, center;
}

.conwrap {
  padding-left: 10%;
  padding-right: 10%;
}

.slides li div div .whitebox2 {
  width: 50px;
  height: 25px;
  position: absolute;
  background-color: white;
  margin-top: 149px;
  margin-left: 50px;
  border-bottom: 1px solid #F4F4F4;
}

.slider-caption-box {
  max-width: 475px;
  height: 175px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
  border-radius: 0px 0px 0px 85px;
  border: 1px solid #F4F4F4;
  margin-top: -250px;
}

.slider-caption-box .arrow-slider {
  position: absolute;
}

.slider-caption-box .whitebox1 {
  width: 50px;
  height: 50px;
  position: absolute;
  background-color: white;
  margin-top: 83px;
  border-left: 1px solid #F4F4F4;
  margin-left: -1px;
}

.slider-caption-box .whitebox2 {
  width: 50px;
  height: 50px;
  position: absolute;
  background-color: white;
  margin-top: 124px;
  margin-left: 50px;
  border-bottom: 1px solid #F4F4F4;
}

.slider-caption-box .slider-caption {
  top: 50%;
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
}

.slider-caption-box .slider-caption .newsitemdate {
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 10px;
}

.slider-caption-box .slider-caption .slider-title {
  font-size: 27px;
}

.slider-caption-box .slider-caption .slider-text {
  color: #000000;
  font-family: Open Sans;
  font-size: 15px;
  padding-left: 50px;
  padding-right: 50px;
  display: inline-block;
}

.slider-caption-box .slider-caption .slider-title.slide {
  text-align: center;
  padding-bottom: 10px;
}

.slider-caption-box .slider-caption .slider-text.slide {
  text-align: center;
  margin-top: -10px !important;
}

.slider-caption-wrapper {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  bottom: 0;
}

.slider-caption-box.sub-caption {
  height: 100%;
}

.sub-caption {
  max-width: 900px;
  margin-top: 0px;
  margin-bottom: -100px;
}

.sub-caption .slider-caption {
  top: 50%;
  padding-bottom: 50px;
}

.sub-caption .slider-caption .slider-title {
  padding-top: 15px;
  font-size: 35px;
  text-align: left;
  padding-left: 50px;
  padding-right: 50px;
}

.sub-caption .slider-caption .slider-text {
  color: #000000;
  font-family: Open Sans;
  font-size: 17px;
  padding-left: 50px;
  padding-right: 50px;
  display: inline-block;
  text-align: left;
}

.sub-caption .slider-caption .slider-text .spannormal {
  padding-left: 0px;
}

.sub-caption .arrow-slider {
  position: absolute;
  bottom: 0px;
}

.sub-caption .whitebox1 {
  margin-top: -99px;
  height: 58px;
}

.sub-caption .whitebox2 {
  margin-top: -49px;
}

.sub-caption .arrow-up-right {
  margin-top: -41px;
}

.sub-pic {
  margin-bottom: -160px;
  min-height: 450px;
  z-index: -1;
}

.slider-caption-box .slider-caption .slider-text.left {
  text-align: left;
}

.sub-wrapper {
  margin-top: 300px;
  position: relative;
  margin-bottom: 100px;
}

/* BLOCKs */
.padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.block1 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 80px;
}

.block1 .headtitle {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.block1 .headtext {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  font-weight: 300;
  margin-bottom: -45px;
}

.gotoproject2 {
  color: black;
}

.gotoproject222:hover {
  text-decoration: none;
}

.gotoproject222:hover .arrow-block {
  display: initial;
  margin-top: -30px;
  background-color: #17727B;
  width: 333px;
  height: 30px;
  position: absolute;
  margin-left: 2px;
  padding-right: 15px;
}

.videoplayer {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 650px;
  display: inherit;
  width: 622px;
  margin-top: -50px;
  margin-bottom: 10px;
  height: 350px;
}

.smallblock {
  border: 2px solid #F4F4F4;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
  height: 432px;
  position: relative;
  overflow: hidden;
}

.smallblock .newsitemdate {
  padding-top: 10px;
}

.smallblock h2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.smallblock .imagepage {
  height: 150px;
  margin: 0px auto;
  display: block;
}

.smallblock .text {
  display: inline-block;
}

.smallblock:hover .arrow-block {
  bottom: 0px;
}

.smallblock:hover p {
  text-decoration: none;
}

.smallblock:hover .text {
  text-decoration: none;
}

.smallblock:hover .spannormal {
  text-decoration: none;
}

.smallblock:hover a {
  text-decoration: none;
}

.proj {
  margin-bottom: 40px;
}

.proj .smallblock {
  background-color: white;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
  height: 432px;
}

.proj .smallblock img {
  height: 150px;
  margin: 0px auto;
  display: block;
  max-width: 100%;
}

.proj .smallblock h2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.proj .smallblock .imagepage {
  height: 150px;
  margin: 0px auto;
  display: block;
}

.proj .smallblock .text {
  display: inline-block;
}

.smallblocksub {
  padding-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  height: 100% !important;
  border: 1px solid white;
}

.smallblocksub h2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-bottom: 20px;
  font-size: 29px;
}

.smallblocksub .imagepage {
  height: 250px;
  display: block;
  margin: 0px auto;
}

.smallblocksub .imp {
  display: inline-block;
}

.smallblocksub .text {
  display: inline-block;
}

.totopblock {
  margin-top: -95px;
}

.bottomblocksub {
  width: 315px;
  float: right;
  padding-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #d2d2d2;
  background-color: white;
  height: 420px;
}

.bottomblocksub h2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-bottom: 20px;
  font-size: 29px;
  margin-bottom: -10px;
  font-size: 22px;
}

.bottomblocksub .imagepage {
  height: 180px;
  width: 100%;
}

.bottomblocksub .text {
  display: inline-block;
}

.fll {
  max-width: 345px;
  float: left;
}

.flr {
  max-width: 345px;
  float: right;
}

.paddingleft {
  padding-right: 0px;
}

.special {
  height: 0%;
  padding-top: 25px;
  height: 70px;
}

.special .ti1 {
  text-align: center;
  margin-left: -15px;
}

.special .ti2 {
  text-align: center;
}

.quotemobilefix {
  margin-right: 0px !important;
  margin-left: 0px !important;
  padding-left: 1% !important;
  padding-right: 1% !important;
}

.quoteblocksub {
  background-color: #17727B;
  padding-left: 2px;
}

.quoteblocksub .fa-quote-left {
  font-size: 30px;
  color: white;
  position: absolute;
  margin-left: 25px;
  margin-top: 35px;
}

.quoteblocksub .quotetext {
  color: #FFFFFF;
  line-height: 36px;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 23px;
  font-style: italic;
  padding-left: 25px;
  margin-top: 35px;
  padding-right: 22px;
  display: inline-block;
  line-height: 1.2em;
  padding-top: 40px;
  padding-bottom: 10px;
}

.quoteblocksub .writer {
  font-family: Georgia;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 22px;
  float: right;
  font-family: Georgia;
  right: 0;
}

.quoteblocksub .arrow-down-left {
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  border-style: solid;
  border-width: 40px 0 0 40px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 2px;
  margin-bottom: 5px;
}

.arrow-block {
  left: 0;
  width: 100%;
  right: 0;
  bottom: -40px;
  background-color: #17727B;
  position: absolute;
  color: white;
  text-align: center;
  font-size: 15px;
  padding: 2.5%;
  transition: all 0.25s;
}

.arrow-block .goto {
  text-transform: lowercase;
}

.arrow-block::after {
  content: " ";
  position: absolute;
  margin-left: auto;
  bottom: 30px;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13.5px 15px 13.5px;
  border-color: transparent transparent #17737b transparent;
}

.bkgrey {
  background-color: #F4F4F4;
  margin-bottom: 75px;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 50px;
}

.bkgrey .bigger {
  max-width: 1250px;
}

.bkgrey .bigger .padding30:last-child {
  padding-bottom: 130px;
}

.bkgrey .bigger .padding30 {
  padding-bottom: 25px;
}

.bkgrey .bigger .padding30 .projects {
  border: 2px solid #F4F4F4;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  background-color: white;
  height: 450px;
}

.bkgrey .bigger .padding30 .projects h2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.bkgrey .bigger .padding30 .projects .text {
  position: relative;
  color: black;
}

.bkgrey .bigger .padding30 .projects .view-article {
  display: none;
  color: #17727B;
}

.bkgrey .bigger .padding30 .projects img {
  padding-bottom: 10px;
  height: 215px;
  width: 100%;
}

.spannormal {
  font-size: 16px;
  padding-right: 5px;
}

.plpr {
  padding-left: 2%;
  padding-right: 2%;
}

.plpr .grey {
  background-color: #F4F4F4;
  width: 100%;
  paderdding-bottom: 45px;
  margin-top: -150px;
  positon: relative;
  margin-bottom: 55px;
  padding-top: 220px;
  padding-bottom: 15px;
}

.plpr .grey .morenews {
  height: 100%;
  padding-top: 60px;
  font-style: italic;
  text-decoration: underline;
  font-family: Georgia;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.plpr .grey .morenews a {
  color: #000000;
  text-align: center;
}

.blue2 {
  display: none;
}

.plprsub {
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 0px;
}

.plprsub .grey {
  background-color: #F4F4F4;
  width: 100%;
  height: 550px;
  positon: relative;
  margin-bottom: 55px;
}

.plprsub .grey8 {
  background-color: #F4F4F4;
  width: 100%;
  height: 650px;
  positon: relative;
  margin-bottom: 55px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.plprsub .grey9 {
  background-color: #F4F4F4;
  width: 100%;
  height: 1050px;
  positon: relative;
  margin-bottom: 55px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.plprsub .bwhite {
  background-color: white;
}

.plprsub .refop {
  height: 200px;
}

.plprsub .toanother {
  margin-top: -75px;
  height: 270px;
}

.plprsub .refop2 {
  height: 380px !important;
}

.plprsub .emp {
  margin-top: -90px;
}

a.linkcontact {
  color: white;
  font-size: 32px;
  margin-top: 7px;
  margin-left: 12px;
}

a.linkcontact:hover {
  color: #F4F4F4 !important;
}

.p50 {
  padding-bottom: 100px;
}

.quoteblock.qb2 {
  margin-top: 0px !important;
}

.refop div div .quoteblock {
  margin-top: 0px !important;
}

.quoteblock {
  max-width: 750px;
  min-height: 140px;
  margin-left: auto;
  margin-right: auto;
  background-color: #17727B;
  margin-top: 70px;
}

.quoteblock .fa-quote-left {
  font-size: 18px;
  color: white;
  position: absolute;
  margin-left: 50px;
  margin-top: 40px;
}

.quoteblock .quotetext {
  color: #FFFFFF;
  line-height: 25px;
  font-family: Open Sans;
  font-weight: 300;
  font-size: 20px;
  font-style: italic;
  padding-left: 75px;
  padding-right: 90px;
  display: inline-block;
  line-height: 1.5em;
  padding-top: 15px;
  padding-bottom: 0px;
  max-width: 800px;
  position: absolute;
}

.quoteblock .writer {
  font-family: Georgia;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
  float: right;
  padding-right: 200px;
  font-family: Georgia;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 25px;
}

.quoteblock .arrow-down-left {
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  border-style: solid;
  border-width: 40px 0 0 40px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 3px;
  margin-bottom: 3px;
}

.qbs {
  width: 60%;
}

.qbs .qbsq {
  margin-left: 17px;
  margin-top: 15px;
}

.qbs .qbst {
  color: #FFFFFF;
  font-family: Open Sans;
  font-weight: 300;
  font-style: italic;
  padding-left: 75px;
  padding-right: 90px;
  display: inline-block;
  line-height: 1.5em;
  padding-top: 15px;
  padding-bottom: 0px;
  font-size: 20px;
  width: 100%;
}

.qbs .qbsw {
  padding-right: 0px;
  position: relative;
}

.extrasmall {
  margin-bottom: 30px;
}

.greycontact {
  background-color: #F4F4F4;
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 50px;
  padding-top: 5px;
  padding-bottom: 55px;
  min-height: 690px;
}

.greycontact div .contact-formulier {
  background-color: white;
  padding-left: 10%;
  padding-right: 10%;
  margin-top: 15px;
}

.greyerror {
  background-color: #F4F4F4;
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 50px;
  padding-top: 5px;
  padding-bottom: 55px;
  min-height: 150px;
}

.wpcf7 {
  background-color: white;
  margin-top: 55px;
  padding-left: 10%;
  padding-right: 10%;
}

.wpcf7 input, .wpcf7 textarea {
  background-color: #F4F4F4;
  border: 0px solid #979797;
  width: 100%;
}

.wpcf7 .wpcf7-submit {
  background-color: #17727B;
  left: 0;
  right: 0;
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  font-family: Open Sans;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
}

.cont {
  margin-top: 50px;
  background-color: white;
  padding-top: 15px;
  padding-bottom: 10px;
  min-height: 586px;
}

a.error {
  color: #17727B;
  text-decoration: underline;
  text-align: center;
}

.headtextt {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  font-weight: 300;
  margin-bottom: -45px;
  text-align: center;
}

.share {
  float: right;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 17px;
  color: #17727B !important;
  padding-top: 3px;
  display: inline;
  bottom: 0;
}

.noshare {
  padding-top: 0px !important;
}

.groen {
  color: #17727B;
  padding-bottom: 71px;
}

.groen a {
  display: inline-block;
}

.terug {
  float: left;
  width: 100%;
  display: inline-block;
  color: #17727B !important;
  padding-top: 10px;
  margin-bottom: -22px;
}

/*------------------------------------
 *    PAGES
 *------------------------------------*/
.post, .content, .title, .thumbnail {
  float: left;
}

.archive .thumbnail, .archive .content, .archive .title {
  display: block;
}

.archive .thumbnail {
  margin-right: 1%;
}

.archive .thumbnail img {
  max-width: 100%;
}

.archive .content, .archive .title {
  margin-left: 1%;
  float: right;
}

.pagination {
  float: left;
  width: 100%;
}

input, textarea {
  outline-color: #F4F4F4;
  outline-width: medium;
}

@media screen and (max-width: 1600px) {
  .smallblock {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 60px;
  }
  .smallblock h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .smallblock .imagepage {
    height: 150px;
  }
  .smallblock .text {
    display: inline-block;
  }
  .flex-prev {
    margin-left: 250px !important;
  }
  .flex-next {
    margin-left: 300px !important;
  }
  .quoteblocksub.smallblock {
    padding-left: 0px !important;
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 1200px) {
  .smallblock .imagepage {
    height: 150px;
  }
  .smallblock .text {
    display: inline-block;
  }
}

@media screen and (max-width: 1094px) and (min-width: 1024px) {
  .grey9 {
    height: 1115px !important;
  }
}

@media screen and (max-width: 1024px) {
  .smallblock {
    width: 300px;
  }
  .smallblock .imagepage {
    height: 150px;
  }
  .smallblock .text {
    display: inline-block;
  }
  .grey9 {
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .smallblock {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 500px;
    margin-bottom: 60px;
  }
  .refop2 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .rowpad {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row-contact {
    max-height: 500px;
  }
  .row-contact .btn-contact-footer {
    margin-top: 80px !important;
  }
  .row-contact div div .spannormal {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    display: inline;
    padding-left: 0;
    padding-right: 0;
  }
  .row-contact div div .spangroot {
    margin-top: -15px;
    position: initial;
    text-align: center;
    line-height: 1.1em;
  }
  .fll {
    max-width: 100%;
    float: initial;
  }
  .flr {
    max-width: 100%;
    float: initial;
  }
  .quotemobilefix {
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-left: 1% !important;
    padding-right: 1% !important;
  }
  .quoteblock {
    width: 85%;
    height: 100%;
  }
  .quoteblock .fa-quote-left {
    margin-left: 20px;
  }
  .quoteblock .quotetext {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 980px;
    position: relative;
    display: inline-block;
    padding-bottom: 50px;
  }
  .quoteblock .writer {
    padding-bottom: 25px;
    padding-right: 75px;
  }
  .plprsub {
    padding-bottom: 20px;
  }
  .plprsub .grey {
    height: 100%;
    padding-bottom: 15px;
  }
  .plprsub .grey8 {
    height: 100%;
    padding-bottom: 15px;
  }
  .plprsub .grey9 {
    height: 100%;
    padding-bottom: 15px;
  }
  .plprsub .toanother {
    margin-top: -100px;
  }
  .plpr .grey .morenews {
    height: 100%;
    padding-top: 60px;
    font-style: italic;
    text-decoration: underline;
    font-family: Georgia;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
  .imp {
    display: block !important;
  }
  .sub-caption {
    max-width: 900px;
    margin-top: 0px !important;
    height: 355px;
  }
  .sub-caption .slider-title {
    padding-top: 15px;
    font-size: 35px;
    text-align: left;
    padding-left: 25px !important;
    padding-right: 25px !important;
    margin-bottom: 0px !important;
  }
  .sub-caption .slider-text {
    color: #000000;
    font-family: Open Sans;
    font-size: 17px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    display: inline-block;
    padding-bottom: 50px;
    text-align: left;
  }
  .sub-caption .slider-text .spannormal {
    padding-left: 0px;
  }
  .sub-caption .arrow-slider {
    padding-top: 80px;
  }
  .quoteblocksub.smallblock {
    height: 100%;
  }
  .blue {
    display: none;
  }
  .blue2 {
    display: initial;
    text-align: center;
  }
  .arrow-block {
    padding: 0%;
    bottom: -35px;
    padding: 5px;
  }
  .arrow-block::after {
    content: " ";
    position: absolute;
    margin-left: auto;
    bottom: 30px;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13.5px 15px 13.5px;
    border-color: transparent transparent #17737b transparent;
  }
  .nav-collapse div #menu-hoofdmenu li {
    width: auto;
  }
  .foot .footer .copyright {
    text-align: center;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .foot .footer .footer-nav {
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 100%;
  }
  .share {
    padding-right: 0px;
    bottom: 0;
    margin-bottom: 0;
    display: inline-block;
  }
  .noshare {
    min-width: 70px;
    margin-left: -0px;
    padding-right: 5px;
    padding-left: 0px;
    float: right;
    display: inline-block;
  }
  .image-container.col-sm-4 img {
    display: block;
    margin: 0px auto;
  }
  .sub-wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }
  .refop {
    height: 100% !important;
  }
}

@media screen and (max-width: 720px) {
  .videoplayer {
    width: 444px;
    height: 250px;
  }
}

@media screen and (max-width: 575px) {
  .qbp2 {
    height: 230px !important;
  }
  .con-caption {
    margin-top: 0px !important;
  }
  .conwrap {
    padding-bottom: 35px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .proj {
    padding-left: 0px;
    padding-right: 0px;
  }
  .smallblock {
    max-width: 300px;
  }
  .smallblock .imagepage {
    height: 150px;
    max-width: 100%;
  }
  .slider-caption-box {
    width: 90%;
  }
  .slider-caption-box .whitebox1 {
    width: 15px;
  }
  .slider-caption-box .whitebox2 {
    height: 15px !important;
    margin-top: 159px !important;
  }
  .slider-caption-box .slider-caption .slider-title {
    line-height: 1em;
    z-index: 12;
  }
  .slider-caption-box .slider-caption .slider-text {
    z-index: 12;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 5px;
  }
  .quoteblock .writer {
    padding-right: 50px;
  }
  .sub-caption {
    max-width: 900px;
    margin-top: 375px;
    height: 425px;
  }
  .sub-caption .slider-caption .slider-text {
    padding-top: 50px;
  }
  .block3 .col-md-7 .newssmall .thumb {
    float: none;
    max-width: 100%;
    margin-left: 0px;
  }
  .block3 .col-md-7 .newssmall .thumb .wp-post-image {
    margin: 0px auto;
    display: block;
    max-width: 100%;
  }
  .block3 .col-md-7 .newssmall .newsitemtext {
    padding-bottom: 10px;
  }
  .block3 .col-md-7 .newssmall .newsborder {
    width: 100%;
  }
  .slider-caption .newsitemdate {
    padding-top: 25px;
  }
  div #menu-hoofdmenu li {
    border-right: 0px !important;
  }
  .mapsg {
    height: 300px !important;
  }
  .cont {
    min-height: 350px;
  }
  iframe {
    height: 300px !important;
  }
  .terug {
    margin-bottom: 0px;
    padding-bottom: 5px;
    color: #17727B !important;
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .groen {
    padding-top: 5px;
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .sltespc {
    padding-top: 5px !important;
  }
  .pad5 {
    padding-top: 5px;
    line-height: 1.2em;
  }
  .videoplayer {
    width: 320px;
    height: 180px !important;
  }
}

@media screen and (max-width: 350px) {
  .smallblock {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 60px;
    max-width: 240px;
    height: 445px;
  }
  .smallblock .imagepage {
    height: 105px;
    max-width: 200px;
  }
  .smallblock .spannormal {
    padding-left: 0;
    padding-right: 0;
  }
  .gotoproject2 .arrow-top-mini {
    margin-top: -77px;
  }
  .gotoproject2:hover {
    text-decoration: none;
  }
  .proj .gotoproject2 .smallblock {
    height: 530px !important;
  }
  .slider-caption-box {
    width: 90%;
  }
  .slider-caption-box .whitebox1 {
    z-index: -1;
    width: 15px;
  }
  .slider-caption-box .whitebox2 {
    z-index: -1;
    height: 15px;
  }
  .slider-caption-box .slider-caption .slider-title {
    line-height: 1em;
    margin-bottom: -20px;
    z-index: 12;
  }
  .slider-caption-box .slider-caption .slider-text {
    z-index: 12;
    max-height: 70px;
    overflow: auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  .videoplayer {
    width: 248px;
    height: 139px !important;
  }
}

/* Media Heights */
#nav-icon3 {
  width: 35px;
  height: 35px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #17737B;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 21px;
}

#nav-icon3.active span:nth-child(1) {
  top: 13px;
  width: 0%;
  left: 50%;
}

#nav-icon3.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.active span:nth-child(4) {
  top: 13px;
  width: 0%;
  left: 50%;
}

.content-blocks {
  padding-left: 15px;
  padding-right: 15px;
}

.content-block-regular.col-md-12 {
  float: none;
  display: inline-block;
}

.image-container.col-sm-4 {
  padding-top: 18px;
  padding-bottom: 10px;
}

.content-text2 {
  margin-left: -10px;
  padding-right: 35px;
}

.flexslider .slides > li:first-child {
  display: block;
  -webkit-backface-visibility: visible;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
