html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}

body, button, input, select, textarea {
  font-family: Helvetica, Arial, sans-serif;
  color: black;
}

input:focus {
  outline: none;
}

::-moz-selection {
  background: #646464;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #646464;
  color: #fff;
  text-shadow: none;
}

dd {
  margin: 0 0 0 40px;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

table button, table input {
  *overflow: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

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

td {
  vertical-align: top;
}

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.ir br {
  display: none;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    text-decoration: none;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
* {
  margin: 0;
  padding: 0;
}

a {
  color: #FFF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

@font-face {
  font-family: 'Yanone-bold';
  src: url("../fonts/YanoneKaffeesatz-Bold.eot?"), url("../fonts/YanoneKaffeesatz-Bold.ttf") format("truetype"), url("../fonts/YanoneKaffeesatz-Bold.otf") format("truetype");
}

@font-face {
  font-family: 'Yanone-regular';
  src: url("../fonts/YanoneKaffeesatz-Regular.eot?"), url("../fonts/YanoneKaffeesatz-Regular.ttf") format("truetype"), url("../fonts/YanoneKaffeesatz-Regular.otf") format("truetype");
  /* EOT file for IE */
}

@font-face {
  font-family: 'Yanone-light';
  src: url("../fonts/YanoneKaffeesatz-Light.eot?"), url("../fonts/YanoneKaffeesatz-Light.ttf") format("truetype"), url("../fonts/YanoneKaffeesatz-Light.otf") format("truetype");
  /* EOT file for IE */
}

@font-face {
  font-family: 'Yanone-thin';
  src: url("../fonts/YanoneKaffeesatz-Thin.eot?"), url("../fonts/YanoneKaffeesatz-Thin.ttf") format("truetype"), url("../fonts/YanoneKaffeesatz-Thin.otf") format("truetype");
}

.ybold {
  font-family: 'Yanone-bold';
}

.yregular {
  font-family: 'Yanone-regular';
  font-weight: 200;
}

.ylight {
  font-family: 'Yanone-light';
  font-weight: 100;
}

.ythin {
  font-family: 'Yanone-thin';
  font-weight: 200;
}

h1 {
  font-family: 'Yanone-thin', sans-serif;
  font-weight: 200;
  font-size: 53px;
  text-align: center;
  color: #000;
  margin-bottom: 45px;
}

h2 {
  font-family: 'Yanone-thin', sans-serif;
  font-weight: 200;
  font-size: 40px;
  text-align: left;
  color: #000;
  margin-bottom: 10px;
}

h3 {
  font-family: 'Yanone-regular';
  font-weight: 200;
  font-size: 25px;
  color: #000;
  text-decoration: underline;
  margin: 20px 0 10px 0;
}

p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 100;
  margin-top: 20px;
}

body {
  background-image: url(../img/main_bg.jpg);
  background-repeat: repeat;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

#container {
  width: 980px;
  height: auto;
  margin: 0 auto;
  margin-top: 45px;
  border: 1px solid #b6b6b6;
  background-color: #FFF;
  position: relative;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
  -o-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
}

#footer {
  width: 980px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  font-family: Helvetica;
  font-size: 12px;
  color: #646464;
}

.footer-link {
  color: #646464;
}

#header {
  width: 980px;
  float: left;
}

#header.home {
  background-image: url(../img/header_home.jpg);
  height: 475px;
}

#header.over {
  background-image: url(../img/header_over.jpg);
  height: 300px;
}

#header.projecten {
  background-image: url(../img/header_projecten.jpg);
  height: 300px;
}

#header #headeroverlay {
  width: 980px;
  height: 160px;
  background-image: url(../img/header_overlay.png);
  position: absolute;
  top: 45px;
  z-index: 2;
}

#header #headeroverlay a.logo {
  width: 270px;
  height: 90px;
  position: absolute;
  left: 45px;
  top: 37px;
  z-index: 3;
}

#header ul#menu {
  width: auto;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 35px;
  top: 60px;
  list-style-type: none;
  z-index: 3;
}

#header ul#menu li {
  float: left;
  padding: 0 10px;
}

#header ul#menu li a {
  font-family: 'Yanone-light', sans-serif;
  font-size: 23px;
  color: #8c8c8c;
  text-decoration: none;
}

#header ul#menu li a:hover {
  text-decoration: underline;
}

#header ul#menu li a.active {
  text-decoration: underline;
  color: #000;
}

#header .contactbox {
  width: auto;
  height: 45px;
  line-height: 60px;
  position: absolute;
  right: 45px;
  top: 0px;
  z-index: 3;
  color: #FFF;
  font-size: 12px;
}

#header .contactbox a {
  color: #FFF;
  text-decoration: none;
}

#header .contactbox a:hover {
  text-decoration: underline;
}

#contentbox {
  width: 890px;
  height: auto;
  float: left;
  padding: 45px;
  background-color: #FFF;
}

#contentfooter {
  background-image: url(../img/footer_bg.jpg);
  background-repeat: repeat-x;
  height: 138px;
  float: left;
  width: 980px;
  position: relative;
}

#contentfooter #logo {
  width: 100px;
  height: 100px;
  background-image: url(../img/zonnewaarde-ftlogo.jpg);
  position: absolute;
  left: 35px;
  top: 20px;
}

#contentfooter #footmenu {
  height: 20px;
  line-height: 20px;
  width: auto;
  position: absolute;
  left: 150px;
  top: 60px;
  color: #FFF;
}

#contentfooter #footmenu a {
  padding: 0 5px;
  font-size: 12px;
  text-decoration: none;
  color: #FFF;
  float: left;
}

#contentfooter #footmenu a:hover {
  text-decoration: underline;
}

#contentfooter #footmenu .divider {
  line-height: 21px;
  float: left;
}

#contentfooter .contactbox {
  width: auto;
  height: 200px;
  position: absolute;
  right: 45px;
  top: 35px;
  color: #FFF;
  line-height: 24px;
}

/* HOME */
.itembox {
  width: 260px;
  height: auto;
  float: left;
}

.itembox.center {
  margin: 0 55px;
}

.itembox {
  font-size: 14px;
  line-height: 20px;
  font-weight: 100;
}

.itembox a.more img {
  margin-top: -3px;
  margin-left: 10px;
}

.itembox-img {
  padding: 5px;
  border: 1px solid #b5b5b5;
}

/* OVER */
.textbox {
  width: 570px;
  height: auto;
  float: left;
}

.overimg {
  float: right;
  padding: 5px;
  border: 1px solid #b5b5b5;
}

.partnerimg {
  float: right;
  padding: 5px;
  margin: 5px;
  border: 1px solid #b5b5b5;
}

.partnerimg-first{
  float: right;
  padding: 5px;
  margin: 5px 0 0 0;
  border: 1px solid #b5b5b5;
}

.partnerimg-last{
  float: right;
  padding: 5px;
  margin: 5px 0 0 0;
  border: 1px solid #b5b5b5;
}

/* PROJECTEN */
.projectbox {
  width: 100%;
  min-height: 250px;
  float: left;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #b4b4b4;
}

.projectbox img {
  float: left;
}

.projectbox .infobox {
  width: 575px;
  height: auto;
  float: right;
  font-size: 15px;
  line-height: 25px;
  font-weight: 100;
}

.projectbox .infobox h2 {
  width: auto;
  line-height: 28px;
  margin-bottom: 30px;
}

.projectbox .infobox h2 .subh2 {
  font-size: 25px;
}

.projectbox .specsbox {
  width: 235px;
  height: auto;
  background-image: url(../img/location_icon.jpg);
  background-repeat: no-repeat;
  padding-left: 50px;
  margin-bottom: 30px;
}

.projectbox .specsbox.technisch {
  background-image: url(../img/specs_icon.jpg);
}

.projectbox .specsbox.opbrengst {
  background-image: url(../img/opbrengst_icon.jpg);
}

.projectbox .specsbox h3 {
  text-decoration: none;
  line-height: 30px;
  margin: 0;
  margin-bottom: 10px;
}

.project_img {
  padding: 5px;
  border: 1px solid #b5b5b5;
  width: 260px;
  height: 260px;
}

#navbox {
  width: 100%;
  height: 25px;
  float: left;
  text-align: center;
  margin-top: 15px;
}

#navbox span {
  width: 25px;
  height: 25px;
  line-height: 23px;
  background-image: url(../img/sprite.jpg);
  text-align: center;
  color: #FFF;
  display: inline-block;
  font-size: 18px;
  font-family: 'Yanone-regular', sans-serif;
}

#navbox span:hover, #navbox span.active {
  background-position: right;
  text-decoration: none;
}

/* CONTACT */
#contactcontent {
  width: 400px;
  height: auto;
  float: left;
}

#contactcontent #formail {
  width: 400px;
  height: auto;
  float: left;
  margin-top: 20px;
  font-size: 15px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
}

#contactcontent #formail .row {
  width: 400px;
  height: auto;
  float: left;
}

#contactcontent #formail input, textarea {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #b6b6b6;
  height: 33px;
  width: 390px;
  float: left;
  padding-left: 10px;
  padding-top: 3px;
  line-height: inherit;
  margin-top: 20px;
}

#contactcontent #formail textarea {
  height: 160px;
  resize: none;
  padding-top: 10px;
}

#formail input:focus, #formail textarea:focus {
  outline: none;
}

#contactcontent #formail .submit {
  width: 115px;
  height: 38px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #b6b6b6;
  background-color: #646464;
  cursor: pointer;
  color: #FFF;
  padding: 0;
  text-align: center;
  line-height: 38px;
  font-size: 13px;
  float: left;
}

#contactcontent #formail .submit:hover {
  background-color: #505050;
  -moz-box-shadow: black 0px 0px 5px inset;
  -webkit-box-shadow: black 0px 0px 5px inset;
  -o-box-shadow: black 0px 0px 5px inset;
  box-shadow: black 0px 0px 5px inset;
}

#response {
  float: left;
  min-width: 40px;
  height: 30px;
  line-height: 38px;
  margin-top: 20px;
  margin-left: 20px;
  display: none;
  font-size: 13px;
}

#googlemaps {
  width: 430px;
  height: 485px;
  float: right;
  padding: 5px;
  border: 1px solid #b6b6b6;
}
