/*=========Start Algemeen=======*/

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea:focus, input:focus, select:focus, button:focus, option:focus{
    outline: none;
}
input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;

  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.content {
  width: 96%;
  max-width: 1400px;
  margin:0 auto;
  position: relative; 
}
.content:after {
  display: block;
  clear: both;
  content: "";
}
.content .text {
  margin-bottom: 30px;
}
body {
  color:#231f20;
}
h1 {
  font-family: 'Lato', sans-serif;
  font-size:1.3em;
  margin:40px auto;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
h2 {
  font-family: 'Lato', sans-serif;
  font-size:1.1em;
  margin:20px auto;
  font-weight: bold;
  text-align: center;
  color:#333; 
  margin-bottom: 40px;
}
p {
  line-height: 150%;
  margin-bottom: 10px;
}
ul {
  list-style-image: url(/images/eitje-ul.png);
}
li {
  line-height: 150%;
  margin-bottom: 10px;
  font-size: 1em;
}
li:last-child {
  margin-bottom: 0px;
}
p:last-child {
  margin-bottom: 0px !important;
}
.pml p {
  margin-bottom: 20px;
}
.pml p:last-child {
  margin-bottom: 0;
}
h3 {
  color:#7fa74a;
  text-transform: uppercase; 
  font-size: 1.1em;
  font-family: 'Lato', sans-serif;
  margin-top: 30px;
}
h3:first-child {
  margin-top: 0;
}
.item {
  position: relative;
}
.item a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}
.vertcent {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.imgoverlay {
  overflow:hidden;
  padding: 1px;
border: 1px solid #231f20;
}
.imgoverlay img {
  width: 100%;
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -ms-transition: all 0.5s ease; /* IE 9 */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
}
.imgoverlay:hover img {
  -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);

}
.footermar {
  margin-bottom: 100px;
}

#sliderwrap {
  margin-top: 123px;
}
.cnt {
  text-align: center;
}
body, html {
  min-height: 100%;
  height: 100%;
}
.rel {
  position: relative;
}
.imgholder img {
  width: 100%;
}

.titlebox {
  position: relative;
  height: 100px;
}
.titlebox h5 {
  font-size: 1.1em;
  font-family: 'Lato', sans-serif;  
  position: absolute;
  top: 50%;
  left: 5px;
  right: 5px;
  text-align: center;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


/**Lightbox**/
#loctek-lightbox-close {
  line-height: 20px !important;
  border:0 !important;
  box-sizing: content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing: content-box;
}
.loctek-lightbox {
  line-height: 20px !important;
  border:0 !important;
  box-sizing: content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing: content-box;
}
/*======einde algemeen=====*/
/*====Start Header====*/
header {
  height: 100px;
  background-color: #7fa74a;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
}
header .rel {
  height: 100px;
}
header img {
  width: 164px;
} 
header.scrolling {
  height: 60px;
}
header.scrolling img {
  width: 98.62px;
}header.scrolling .rel {
  height: 60px;
}
footer {
  height: 100px;
  background-color: #111;   
}
.footer-top {
  position: relative;
  height: 80px;
}
.footer-bot {
  height: 20px;
  background-color:#2b2b2b;
}
nav {
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
nav a {
  color:white;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-size: 1.3em;
  height: 40px;
  line-height: 40px;
  padding:0 10px;
}
nav a.active, nav a:hover {
  color: #fae03c;
}

#resbtn {
  display: none;
}
main > *:first-child {
  margin-top: 140px;
}
/*====Einde header====*/

.leftright:after {
  display: block;
  content: "";
  clear: both;
}

.leftright {
    margin-top: 40px;    
}
.leftright .block:first-child > .txt {
    border-top: 1px solid #a3a3a3;
    }
.leftright .block > .txt {
    border-top: 1px solid #a3a3a3;
    padding:30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.leftright h4 {
font-weight: 500;
font-family: 'Roboto', sans-serif;
font-size: 1.5em;
margin-bottom: 50px;
}
.block:after {
    display: block;
    clear: both;
    content: "";
}
.leftright .block > * {
    float: left;
    width: 50%;
}
.leftright .block:nth-child(2n) > * {
    float:right;
}
.leftright h5 {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  color:white;
  font-size: 2em;
  text-align: center;
}
.leftright .rel img {
  width: 100%;
}
.leftright {
  font-size: 1.2em;
}

/*====Tickertape===*/
.eggholder {
  background-image:url(/images/bg_ticker.png); background-repeat:repeat-x; background-position:center center;
  height: 2px;
  z-index: 2;
}
.ticker { width:100%; height:150px; position:relative; background-color:#FFF; }
.inner_ticker { max-width:1400px; margin:auto; position:relative; height:150px;}
.tickertxt { width:100%; font-family: 'Lato', sans-serif;  line-height:1.5em; color:#7fa74a; top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
position:absolute; text-align:center;  font-size:1.5em; font-weight:400;
}
.tickertxt span { background-color:#FFF; display:inline-block; padding:0 20px 0 20px;}
/*====Einde Tickertape====*/

.footerwrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
}
.body {
  padding-bottom: 350px;
  position: relative;
  min-height: 100%;
}
#footerei {
  position: absolute;
  width: 180px;
  padding-left: 60px;
  padding-right: 60px;
  background-color: white;
  top: -30px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
footer {
  text-align: center;
  color:#e3e3e3;
  font-size: 0.75em;
  font-family: sans-serif;
}
/*=====Start contact====*/
#loctek-lightbox-close {
  font-family: sans-serif !important;
}
input[type="text"], textarea
{
  margin-bottom: 10px;
  border: 1px solid black;  
  height: 30px;
  line-height: 30px;
  padding: 0 6px;
  width: 100%;
  color: black;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#contact .i50
{
  width: 48.5%;
}

#contact .i50fr
{
  width: 49%;
  float: right;
}

textarea
{
  height: 140px;
  padding: 6px;
  margin-bottom: 0;
  line-height: 1.1em;
}
.contactheight {
  min-height: 510px;
  padding-bottom: 40px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
aside.contactheight {
  padding-bottom: 0px;
}
#contact form
{
  width: 299px;
  float: left;
}

#contact aside
{
  width: 299px;
  float: right;
}

#contact #mapcontainer
{
  margin-left: 340px;
  margin-right: 340px;
}

#mymap
{
  height: 461px;
  border: 1px solid #8D8D8D;
}

#contact {
  margin-bottom: 40px;
}
#contact form
{
  margin-left: 0;
}

#contact .yves
{
  margin: 5% auto;
  color: #fff;
}

#contact a
{
  color: #8D8D8D;
}

.errors
{
  color: #7fa74a;
  line-height: 1.5em;
  margin-bottom: 15px;
  margin-left: 15px;
  list-style-type: disc;
}

#contact .yves span
{
  color: #fff;
  display: inline-block;
  margin-right: 55px;
}

input[type="submit"], #btnGroot, #toonKaart
{
  background-color: #7fa74a;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: .8em;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  display: block;
  width: 100%;
  cursor: pointer;
  margin-top: 15px;
  border: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/*====Einde contact====*/

/*====Media quaries====*/
@media all and (max-width: 1460px) {
  .content.leftright {
    max-width: 1460px;
    width: 100%;
  }
  .leftright {
    font-size: 1.15em;
  }
}
@media all and (max-width: 1300px) { 
  .leftright {
    font-size: 1.10em;
  }
}
@media all and (max-width: 1300px) { 
  .leftright {
    font-size: 1.10em;
  }
}
@media all and (max-width: 1250px) { 
  .leftright {
    font-size: 1em;
  }
}
@media all and (max-width: 1180px) { 
  .leftright .block:nth-child(2n) > * {
    float:none;
  }
  .leftright .block > * {
    float:none;
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .leftright h4 {
    margin-bottom: 20px;
  }

  .lr {
    max-width:800px;
    margin:0 auto;
  }
}

@media all and (max-width: 980px) {
  #contact .contactheight {
    float:left;    
  }
  #contact form {
    width: 49%;    
    margin-bottom: 2%;
  }
  #contact aside {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  #contact #mapcontainer {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media all and (max-width: 920px) {
  nav {
    width: 100%;
    left: 0;
    right: 0;
    padding-top: 30px;
    background-color:#7fa74a; 
    -moz-transform: translateY(-0%);
  -ms-transform: translateY(-0%);
  -o-transform: translateY(-0%);
  -webkit-transform: translateY(-0%);
  transform: translateY(-0%);
  z-index: 5;
  display: none;
  }
  nav a {
    width: 100%;
    font-size:1.5em;    
    display: block;
    text-align: center;
    height: 60px;
    line-height: 60px;
  }  
  nav .slogan {
    display: block !important;
    font-family: 'Lato', sans-serif;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color:white;
    font-size: 2.5em;
    margin-top: 100px;
    margin-bottom: 20px;
  }
  #resbtn {
    width: 32px;
    display: block;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
  }
}
@media all and (max-width: 800px) {
  .kwal img {
    display: block;
    margin:15px auto;
  }
}
@media all and (max-width: 760px) {
  .leftright .block > .txt {
    padding-left: 10px;
    padding-right: 10px;
  }

}
@media all and (max-width: 760px) {
   #contact .contactheight {
    float:none;    
    min-height: 1px;
  }
  #contact form {
    width: 100%;
    margin-right: 0%; 
    margin-bottom: 20px;  
  }
  #contact aside {
    width: 100%; 
    margin-bottom: 20px;  
    margin-right: 0; 
  } 
  .footerwrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 280px;  
}
#contact #mapcontainer {
  min-height: 300px;
}
.ticker {
  padding-top: 15px;
  height: 165px;
}
.body {
  padding-bottom: 380px;
  position: relative;
  min-height: 100%;
}
 nav .slogan {
  font-size: 2em;
  margin-top: 20px;
  padding-bottom: 20px;
 }
 .box {
  padding:10px;
  border: 1px solid #8D8D8D;
 }
 #closeKaart {
  display: block;
  position: absolute;
  z-index: 50;
  top: -8px;
  right: -6px;
  background-color: white;
  border:1px solid #111;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding:4px;
  cursor: pointer;
 }
}
@media all and (max-width: 320px) {
  aside img {
    width: 100%;
  }
}