﻿/* ----- DESIGN BY DEBUGGED ----- */
/* more info at www.debugged.be */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

1.  CSS Reset             
2.  Global Grid
3.  Mobile Grid
4.  Extra Classes
5.  LESS prefixes
6.  Site styles
7.  Media queries

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*
1.  CSS Reset by Eric Meyer http://meyerweb.com/eric/tools/css/reset/
============================================================================================*/
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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="text"],
input[type="submit"],
input[type="button"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
/*
2.  Global Grid
============================================================================================*/
.container {
  margin: auto;
  width: 100%;
  max-width: 1100px;
}
.one {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 4.25%;
}
.two {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 10.5%;
}
.three {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 16.75%;
}
.four {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 23%;
}
.five {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 29.25%;
}
.six {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 35.5%;
}
.seven {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 41.75%;
}
.eight {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 48%;
}
.nine {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 54.25%;
}
.ten {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 60.5%;
}
.eleven {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 66.75%;
}
.twelve {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 73%;
}
.thirteen {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 79.25%;
}
.fourteen {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 85.5%;
}
.fifteen {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 91.75%;
}
.sixteen {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 98%;
}
.one-third {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 31.333333%;
}
.two-third {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 64.666666%;
}
/*
3.  Mobile Grid
============================================================================================*/
@media only screen and (max-width: 719px) {
  .container {
    width: 90%;
  }
  .one,
  .two,
  .three,
  .four,
  .five,
  .six,
  .seven,
  .eight,
  .nine,
  .ten,
  .eleven,
  .twelve,
  .thirteen,
  .fourteen,
  .fifteen,
  .sixteen,
  .one-third,
  .two-third {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
/*
4.  Extra classes
============================================================================================*/
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
img.scale {
  max-width: 100%;
  height: auto;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
/*selection color*/
::selection {
  background: #88be23;
  color: #fff;
}
::-moz-selection {
  background: #88be23;
  color: #fff;
}
/*enable touch if possible*/
canvas {
  -ms-touch-action: double-tap-zoom;
}
/*
5.  LESS prefixes
============================================================================================*/
/*
6.  Site styles
============================================================================================*/
/*COLORS
============================================================================================*/
/*FONT
============================================================================================*/
/*MIXINS
============================================================================================*/
/*GENERAL
============================================================================================*/
body {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
h1 {
  font-size: 43px;
  line-height: 49px;
  font-weight: 700;
  color: #192265;
}
h2 {
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  color: #192265;
}
p {
  margin-bottom: 25px;
}
a {
  text-decoration: underline;
  color: #333333;
}
a:hover {
  text-decoration: none;
}
ul {
  list-style-type: circle;
  list-style-position: outside;
  margin-left: 15px;
}
ul li {
  padding-left: 10px;
}
.center {
  text-align: center;
}
/*HEADER
============================================================================================*/
header {
  background-color: #88be23;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header .logo {
  display: block;
  line-height: 150px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  font-size: 50px;
  float: left;
}
header img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border: solid 5px white;
  -webkit-border-radius: 15px 0 15px 0;
  -moz-border-radius: 15px 0 15px 0;
  -ms-border-radius: 15px 0 15px 0;
  -o-border-radius: 15px 0 15px 0;
  border-radius: 15px 0 15px 0;
  max-height: 120px;
  margin: 10px 0 10px 20px;
  float: right;
}
/*CONTENT
============================================================================================*/
.content .detail-info {
  margin: 50px auto;
}
.content .sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
  background-color: #88be23;
  color: #ffffff;
  -webkit-border-radius: 25px 0 25px 0;
  -moz-border-radius: 25px 0 25px 0;
  -ms-border-radius: 25px 0 25px 0;
  -o-border-radius: 25px 0 25px 0;
  border-radius: 25px 0 25px 0;
  font-weight: 700;
  margin-bottom: 25px;
}
/*IMAGE CAROUSEL
============================================================================================*/
.owl-carousel {
  width: 90%;
  max-height: 300px;
  position: relative;
  margin: 35px 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.owl-carousel .carousel-item figure {
  position: relative;
  margin: 10px;
  max-height: 300px;
  overflow: hidden;
  -webkit-border-radius: 25px 0 25px 0;
  -moz-border-radius: 25px 0 25px 0;
  -ms-border-radius: 25px 0 25px 0;
  -o-border-radius: 25px 0 25px 0;
  border-radius: 25px 0 25px 0;
}
.owl-carousel .carousel-item figure .img {
  height: 300px;
  width: 100%;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.owl-carousel .carousel-item figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  background-color: #88be23;
  -webkit-border-radius: 25px 0 25px 0;
  -moz-border-radius: 25px 0 25px 0;
  -ms-border-radius: 25px 0 25px 0;
  -o-border-radius: 25px 0 25px 0;
  border-radius: 25px 0 25px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.owl-carousel .carousel-item figure figcaption span {
  display: block;
  text-align: center;
  color: #ffffff;
  position: absolute;
  text-decoration: none;
  /*Titel verticaal centreren*/
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 82px;
}
.owl-carousel .carousel-item figure:hover figcaption {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(136, 190, 35, 0.75);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.owl-carousel .owl-controls .owl-pagination .active span {
  background-color: #88be23;
}
/*FOOTER
============================================================================================*/
footer {
  background-color: #88be23;
  margin-top: 50px;
}
footer h2 {
  color: #ffffff;
}
footer .img-border {
  display: block;
  width: 100%;
}
footer .inner-footer {
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0;
}
footer .inner-footer a {
  color: #ffffff;
}
footer .inner-footer .form {
  width: 100%;
}
footer .inner-footer .form input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 6px 2%;
  margin-bottom: 10px;
  border: none;
  background-color: white;
  outline: none;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 18px;
  -webkit-appearance: none;
}
footer .inner-footer .form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 6px 2%;
  margin-bottom: 10px;
  border: none;
  outline: none;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 18px;
  min-height: 100px;
  -webkit-appearance: none;
  resize: vertical;
}
footer .inner-footer .form td {
  color: #ffffff;
  vertical-align: top;
}
footer .inner-footer .form input[type="submit"] {
  color: #ffffff;
  float: right;
  border: solid 1px white;
  background: #88be23;
  padding: 6px 20px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  -webkit-appearance: none;
}
footer .inner-footer .form input[type="submit"]:hover {
  background: #79a81f;
}
/*
7.  Media queries
============================================================================================*/
/*Tablet*/
@media only screen and (max-width: 959px) {
  .owl-carousel {
    width: 100%;
    margin: 15px auto;
  }
}
/*Phone*/
@media only screen and (max-width: 719px) {
  header {
    text-align: center;
  }
  header .logo {
    display: inline-block;
    line-height: 120px;
    font-size: 30px;
    float: none;
    width: 100%;
  }
  header img {
    display: inline-block;
    margin: 0 0 10px 0;
    float: none;
    max-width: 100%;
  }
  .content .detail-info {
    margin: 25px auto;
  }
  .owl-carousel .carousel-item figure {
    -webkit-border-radius: 15px 0 15px 0;
    -moz-border-radius: 15px 0 15px 0;
    -ms-border-radius: 15px 0 15px 0;
    -o-border-radius: 15px 0 15px 0;
    border-radius: 15px 0 15px 0;
    margin: 5px;
    max-height: 200px;
  }
  .owl-carousel .carousel-item figure .img {
    height: 200px;
  }
  .owl-carousel .carousel-item figure figcaption {
    -webkit-border-radius: 15px 0 15px 0;
    -moz-border-radius: 15px 0 15px 0;
    -ms-border-radius: 15px 0 15px 0;
    -o-border-radius: 15px 0 15px 0;
    border-radius: 15px 0 15px 0;
  }
  footer .inner-footer .form td {
    display: block;
    padding-bottom: 5px;
  }
}
