@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

/* EXTERNE FONTS */

/* GEHOSTE FONTS */
@font-face {
    font-family: 'ChopinScript';
    src: url('/fonts/chopinscript-webfont.eot');
    src: url('/fonts/chopinscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/chopinscript-webfont.woff') format('woff'),
         url('/fonts/chopinscript-webfont.ttf') format('truetype'),
         url('/fonts/chopinscript-webfont.svg#ChopinScript') format('svg');
    font-weight: normal;
    font-style: normal;

}
.center-cell
{
  display: table-cell;
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

.center-table
{
  display: table;
  width: 100%;
  height: 100%;
}

.verhuur .c ul
{
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}

.verhuur
{
  display: block;
}

*
{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loctek-lightbox, #loctek-lightbox-close
{
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  color: #fff !important;
  border-color: #fff !important;
}

#loctek-lightbox-close
{
  color: #000 !important;
  line-height: 20px !important;
}

html,
body {
   margin:0;
   padding:0;
   height:100%;
    font-family: 'Roboto Condensed', sans-serif;
}

#container {
   min-height:100%;
   position:relative;
}

#container .center
{
  width: 95%;
  max-width: 1350px;
  margin: 0 auto;
}

header
{
  height: 120px;
}

header .center
{
  padding-top: 1px;
}

#logo
{
  width: auto;
  max-width: 274px;
  margin-right: 50px;
  margin-top: 12px;
}

#logo img
{
  width: 100%;
}

nav 
{
  float: right;
}

nav li
{
  display: inline-block;
}

nav a
{
  display: inline-block;
  height: 120px;
  color: #000;
  text-align: center;
  font-size: 1.2em;
  width: 110px;
  position: relative;
}

nav a > span > span
{
  display: block;
  margin: .5em auto 0 auto;
  width: 12px;
  height: 2px;
  background: #fff;
  transition: .5s;
  -webkit-transition: .5s;
}

nav a:hover > span > span, nav .active > span > span
{
  background: #2B95BD;
}

nav a > span
{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  width: 100%;
}

#banner
{
  height: 160px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#ttcontainer
{
  height: 160px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#ttcontainer p
{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
}

#footerak .center
{
  padding: 4% 0;
}

#footerak
{
  background: url(/images/bgfooter.jpg);
}

#footerak strong
{
  font-size: 1.8em;
  color: #0B76C8;
  display: inline-block;
  margin-right: .5em;
}

#footerak p, #footerak > .center > div
{
  display: inline-block;
  color: #fff;
}

#footerak a
{
  float: right;
  border: 3px solid #0B76C8;
  width: 200px;
  color: #0B76C8;
  font-weight: bold;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  text-transform: uppercase;
  text-align: center;
  height: 46px;
  position: relative;
  line-height: 40px;
}

#footerak a:after
{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  min-height: 100%;
  background-color: #0B76C8;
  transition: width .4s;
  -webkit-transition: width .4s;
}

#footerak a > span
{
  color: #0B76C8;
  position: relative;
  z-index: 1;
  transition: color .4s;
  -webkit-transition: color .4s;
}

#footerak a:hover:after
{
  width: 100%;
}

#footerak a:hover > span
{
  color: #fff;
}

footer .center
{
  padding: 1px 0;
}

footer .center > *
{
  margin: 2em 0;
  line-height: 2.5em;
}

footer .data
{
  width: 600px;
  float: left;
}

footer p
{
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left 12px;
}

footer a
{
  color: #000;
}

footer .fb
{
  width: 100px;
  float: right;
}

footer .center .info
{
  margin-left: 620px;
  margin-right: 120px;
}

footer .data div
{
  vertical-align: top;
  margin-right: 25px;
  display: inline-block;
}

#siteby
{
  border-top: 1px solid #A1A1A1;
  text-align: center;
  display: block;
  height: 2em;
  line-height: 2em;
  font-size: .8em;
  color: #A1A1A1;
}

.contactheight {
  min-height: 480px;
  padding-bottom: 50px;
  position: relative;
}
.contactheight button {
  position: absolute;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #278EDB;
  border: none;
  text-transform: uppercase;
  color: white;  
  bottom: 0;  
  font-family:'Roboto Condensed', sans-serif;
}
.contactheight button a {
  color: white;
}
.contact-form, .gegevens {
  width: 350px;  
}
.gegevens>img {
  width: 100%;
  max-width: 405px;
}
.gegevens p {
  padding-left: 50px;
  position: relative;
  margin-bottom: .4em;
}
.gegevens p img {
  position: absolute;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.contact-form {
  float: left;
}
.gegevens {
  float: right;
}
.location {
  margin:0 370px;
}
#mymap,#mymap2 {
  height: 416px;
}
.contact-form>input[type="text"] {
  width: 100%;
  height: 35px;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding-left: 10px;
}

.contact-form>input[type="submit"] {
  width: 100%;
  height: 45px;
  background-color: #278EDB;
  border: none;
  text-transform: uppercase;
  color: white;
  position: absolute;
  bottom: 0;  
  font-family:'Roboto Condensed', sans-serif;
}
.contact-form>input[type="submit"]:hover, .contactheight button:hover {
  background-color: #ED1B2E;
}
.contact-form textarea {
  height: 145px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-top: 10px;
}

.gegtekst {
  line-height: 1.5em;
  margin-top: 20px;  
}

.gegtekst a {
  color: #000;
}

.offert .contactheight {
  min-height: 570px;
}
.offert #mymap {
  height:506px;
}

.offert .gegtekst {
  margin-top: 45px;
}
.offert .gegtekst p:nth-child(2), .offert .gegtekst p:nth-child(4){
  margin-bottom: 45px;
}

.intro
{
  margin: 3.5% auto;
}

.intro h1
{
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  margin-bottom: .7em;
  font-size: 1.7em;
  color: #CB0A0B;
}

.intro .c
{
  line-height: 1.5em;
  color: #555;
}

#contact
{
  margin-bottom: 5%;
}

#overons
{
  margin-bottom: 5%;
}

.overons
{
  margin: .5%;
  width: 24%;
  background-color: #E2E2E2;
}

.overons img
{
  width: 100%;
}

.overons h2
{
  font-weight: bold;
  font-size: 1.4em;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.overons > div
{
  padding: 1.5em;
}

.overons .c
{
  line-height: 1.6em;
}

.aanbod
{
  background-color: #E1E1E1;
  margin: 2.5% 0;
}

.aanbod > img
{
  width: 50%;
  float: left;
}

.aanbod > div
{
  width: 50%;
  padding: 2em;
  float: right;
}

.aanbod:after
{
  clear: both;
  display: block;
  content: '';
}

.aanbod h2
{
  border-bottom: 2px solid #268CDE;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.45em;
  display: inline-block;
  padding-bottom: .65em;
}

.aanbod .c
{
  line-height: 1.5em;
  margin: 1.5em 0;
  text-align: justify;
}

.aanbod > div > a
{
  float: right;
  width: 140px;
  color: #fff;
  text-align: center;
  height: 40px;
  background-color: #278EDB;
  line-height: 40px;
  text-transform: uppercase;
  display: inline-block;
}

.aanbod:nth-child(even) > div
{
  float: left;
}

.aanbod:nth-child(even) > img
{
  float: right;
}

.aanbod > div:after
{
  clear: both;
  display: block;
  content: '';
}

.verhuur
{
  position: relative;
  background: #3C3C3C;
}

.verhuur > .pr:after
{
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  min-height: 100%;
  background: rgba(0,0,0,.7);
  content: '';
}

.verhuur > .c
{
  content: '';
  padding: 1em;
  line-height: 1.5em;
  color: #fff;
}

.verhuur img
{
  width: 100%;
}

.verhuur h2
{
  z-index: 2;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4em;
  position: absolute;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.verhuur:hover > .pr:after
{
  display: none;
}

.verhuur:hover h2
{
  display: none;
}

.verhuur:hover > div
{
  display: block;
}

#slider > div
{
  height: 100%;
  min-height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100% !important;
}

#slider .loctek-slider-controls
{
  margin-left: auto !important;
  left: auto;
  right: 20px;
  width: 14px;
}

#slider .loctek-slider-controls > li
{
  width: 12px;
  background: #ED1D2D;
  border: 0;
  height: 12px;
  margin: 4.5px 3px;
}

#slider .loctek-slider-controls > li.active
{
  width: 18px;
  background: transparent;
  border: 2px solid #fff;
  height: 18px;
  margin: 4.5px 0;
}

#homeblocks h2
{
  text-align: center;
  margin-bottom: 1.2em;
  padding-bottom: .4em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4em;
}

#homeblocks h2:after
{
  display: inline-block;
  height: 2px;
  width: 100px;
  margin-top: .6em;
  background-color: #2B95BD;
  content: '';
}

#homeblocks .c
{
  line-height: 1.5em;
}

#homeblocks h2 > span
{
  display: block;
}

#homeak img
{
  float: left;
}

#homeak > .center > div
{
  margin-left: 370px;
}

#homeak .center:after
{
  display: block;
  clear: both;
  content: '';
}

#homeak h2
{
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 1.5em;
  color: #CC0A08;
}

#ols
{
  margin-top: 2em !important;
}

#ols .verhuur > div
{
  display: none;
}

#homeak > .center, #homeverhuur > .center
{
  margin: 3.5% auto;
  line-height: 1.5em;
}

#homeverhuur
{
  color: #fff;
  margin-top: 5%;
  padding: 1px 0;
  background-color: #2B95BD;
}

#homeverhuur .verhuur
{
  display: block;
}

#homeverhuur h2
{
  font-size: 1.4em;
  text-align: center;
}

#ols > div
{
   width:270px;
}

@media all and (max-width: 1120px) {
  #footerak p
  {
    display: block;
    margin-top: .4em;
  }

  footer .info
  {
    display: none;
  }

  footer .fb, footer .data
  {
    text-align: left;
    vertical-align: top;
    display: inline-block;
    float: none;
  }

  footer .center
  {
    text-align: center;
  }
}

@media screen and (max-width: 1100px){
  #contact:after {
    display: block;
    content: "";
    clear: both;
  }
  .contactheight {
    float: left;
    width: 49%;
  }
  .contact-form {
    margin-right: 2%;
  }
  .location {
    margin:40px 0 0 0;
    width: 100%;
  }

  .contact-form textarea {
    height: 171px;
    margin-bottom: 7px;
  }

  .contactheight
  {
    height: 498px;
  }

  .overons
  {
    width: 32.33%;
  }
}

@media all and (max-width: 950px) {
  #res
  {
    display: inline-block;
    float: right;
    margin-top: 50px;
    cursor: pointer;
  }

  .aanbod > *
  {
    float: none !important;
    width: 100% !important;
  }

  .aanbod > div
  {
    padding: 1em;
  }

  .aanbod
  {
    margin: 1.5em 0;
  }

  nav
  {
    position: absolute;
    left: 0;
    display: none;
    top: 120px;
    width: 100%;
    z-index: 100;
    background-color: #0066B3;
  }

  nav ul
  {
    padding-bottom: 30px;
  }

  nav:after
  {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #424242;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #ccc;
    content: 'Esso Degryse 2017 - site by plenso';
  }

  nav li
  {
    display: block;
  }

  nav a
  {
    height: 2.2em;
    width: 100%;
    display: block;
    font-size: 1.8em;
    line-height: 2.2em;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #003259;
  }

  nav a > span
  {
    position: static;
    transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
  }

  nav a > span > span
  {
    display: none;
  }

  nav a:hover, nav .active
  {
    color: #ED1B2E;
  }
}

@media all and (max-width: 850px) {
  #footerak a
  {
    float: none;
    display: block;
    margin-top: 1em;
  }

  footer .data
  {
    margin: 20px 0;
    height: 80px;
  }

  footer .center
  {
    height: 120px;
    overflow: hidden;
  }

  #homeak > .center > img
  {
    display: none;
  }

  #homeak > .center > div
  {
    margin-left: 0;
  }
}

@media all and (max-width: 800px) {
  .overons
  {
    width: 48%;
    margin: 1%;
  }
}

@media all and (max-width: 600px) {
  #footerak a
  {
    float: none;
    display: block;
    margin-top: 1em;
  }

  footer .data
  {
    display: block;
    margin: 20px auto 0 auto;
    height: auto;
    width: 210px;
  }

  .intro
  {
    margin: 1.6em 0;
  }

  footer .fb
  {
    display: block;
    margin: 0 auto 20px auto;
    height: auto;
    width: 210px;
  }

  footer .center
  {
    height: auto;
    overflow: hidden;
  }

  #ttcontainer
  {
    display: none;
  }

  #footerak .center
  {
    line-height: 1.5em;
    padding: 1.5em 0;
  }

  .contactheight {
    margin:0 0 40px 0;
    width: 100%;
    float: none;
    min-height: 1px;
    padding-bottom: 60px;
  }
 
  .contactheight > *:last-child {
    margin-top: 10px;
  }
}

@media all and (max-width: 500px) {
  .overons
  {
    margin: .5em 0;
    width: 100%;
  }
}

@media all and (max-width: 350px) {
  #ols > div
  {
     width:240px;
  }
}

@media all and (max-width: 300px) {
  #ols > div
  {
     width:210px;
  }
}