@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;

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

body {
  font-family: 'Droid Sans', sans-serif;
  height: 100%;
  font-size: .8em;
  box-sizing: border-box;
  line-height: 1.5em;
  background-color: white;
  color: black;
}

.c a:hover
{
  color: #F8B133
}

h1 {
  font-family: 'Droid Sans', sans-serif;
}

html {
  box-sizing: border-box;
  height: 100%;
}

/* HEADER */

.navigation {
  width: 100%;
  overflow: auto;
}

.logo {
  background-image: url('/images/logo.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 70px;
  float: left;
  margin: 40px 0 0 20px;
}

.c ul
{
  list-style-image: url(/images/bullet.png);
  list-style-position: inside;
}

.inner-navigation {
  max-width: 1330px;
  margin: 0 auto;
  display: block;
}

nav {
  float: right;
  font-size: .9em;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 700;
  margin-right: 20px;
}

nav li
{
  display: inline-block;
}

nav>ul {
  display: inline-block;
  display: table-cell;
  padding-top: 65px;
  text-transform: uppercase;
}

nav>ul a {
  float: left;
  padding: 10px 10px;
  color: #999999;
  margin-right: 10px;
  transition: all .3s;
}

#taal a
{
  font-weight: bold;
  color: #999;
  font-size: .85em;
  margin-left: 1em;
  display: inline-block;
}


nav .active a,
#taal .active
{
  color: #000;
}

#taal
{
  position: absolute;
  top: 20px;
  right: 40px;
}

nav>ul a:hover {
  color: black;
}

.active {
  color: black;
}

.language>select {
  margin: 60px 30px 0 0;
  float: right;
  background-color: transparent;
  color: white;
  padding-left: 5px;
  border: none;
  font-family: 'Droid Sans', sans-serif;
  text-transform: uppercase;
  border-left: 1px solid white;
}


footer
{
  color: #999;
  line-height: 2.5em;
  font-size: .9em;
  font-style: italic;
  width: 96%;
  max-width: 1280px !important;
}

/* RESPONSIVE MENU */

.res-menu {
  display: none;
  position: absolute;
  top: 35px;
  right: 20px;
  cursor: pointer;
  background-color: white;
  z-index: 30;
}


/* CONTENT STYLING */

.content-box {
  margin: 0 auto;
  display: block;
  max-width: 1280px;
  line-height: 2em;
  overflow: auto;
  width: 96%;
  padding-bottom: 30px;
  padding-top: 20px;
  box-sizing: border-box;
}

.home-item {
  width: 25%;
  list-style-type: none;
  float: left;
  padding: 10px;
}

.home-item>div {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #e6e6e6;
}
.home-item>div:after {
  content: "";
  display: block;
  padding-bottom: 98%;
}

.home-item>div>img {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}

.active .overlay-home img, .active .overlay-home span
{
  display: none !important;
}

.home-item>div:hover .overlay-home, .home-item>div.active .overlay-home{
  display: block;
  background-color: rgba(248,177,51,.8);
}

.home-item>div:hover .overlay-home h1, .home-item>div:hover .overlay-home img,.home-item>div.active .overlay-home h1, .home-item>div.active .overlay-home img {
  opacity: 1;
}

.home-item>div:hover .overlay-home h1{
  left: 20px;
  max-width: 62%;
}



.home-item.active>div .overlay-home h1 {
  left: 5%;
  line-height: 150%;
  max-width: 90%;
}

.home-item>div:hover .overlay-home img, .home-item>div.active .overlay-home img {
  right: 20px;
}

.home-item>div:hover .cornerpiece {
  opacity: 0;
}

.xl-home {
  width: 50%;
}

.xl-home > div
{
  position: relative;
}

.xl-home .c
{
  position: absolute;
  left: 1.5em;
  top: 1.5em;
  overflow: hidden;
  right: 1.5em;
  bottom: 40px;
}

.xl-home #homelink
{
  font-weight: bold;
  position: absolute;
  left: 15px;
  bottom: 10px;
  right: 15px;
  color: #F8B133
}

.overlay-home {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
  transition: all .3s;
  background-color: rgba(248,177,31,.0);
}

.overlay-home h1 {
  position: absolute;
  bottom: 20px;
  left: -20px;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 700;
  opacity: 0;
  color: black;
  line-height: 120%;
  transition: all .3s;
}

.overlay-home img {
  position: absolute;
  bottom: 20px;
  right: -20px;
  width: 30px;
  height: auto;
  opacity: 0;
  transition: all .3s;
}

.over-img {
  width: 40%;
  float: left;
  font-size: .9em;
  line-height: 1.2em;
}

.c a
{
  color: #000;
  text-decoration: underline;
}

.icon {
  width: 30px !important;
  margin-bottom: 10px !important;
}

.over-img img {
  width: 100%;
  margin-bottom: 20px;
}

.over-content {
  width: 60%;
  float: left;
  padding-left: 20px;
}

.over-content h1, .xl-home h1 {
  color: #F8B133;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 20px;
}

.over-content h2 {
  font-weight: 700;
  font-size: 1em;
  text-align: left;
  padding: 0;
}

.over-content p {
  margin-bottom: 20px;
}

.contact-form {
  width: 100%;
}

.contact-form input[type=submit] {
  width: 70px;
  background-color: #999999;
  border: none;
  border-radius: 5px;
  color: white;
  height: 30px;
  font-family: 'Droid Sans', sans-serif;
}

.contact-form input[type=text] {
  width: 100%;
  border: 1px solid #999999;
  border-radius: 5px;
  padding-left: 5px;
  color: gray;
  background-color: #f2f2f2;
  margin-bottom: 5px;
  height: 30px;
  font-family: 'Droid Sans', sans-serif;
}

.contact-form textarea {
  width: 100%;
  border: 1px solid #999999;
  background-color: #f2f2f2; 
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 5px;
  height: 88px;
  font-family: 'Droid Sans', sans-serif;
}

.small-pictures {
  width: 100%;
}

.small-pictures > * {
  float: left;
  width: 48%;
}

.small-pictures>*:nth-child(even) {
  float: right;
}

.cornerpiece {
  width: 40px;
  height: 40px !important;
  bottom: 0 !important;
  top: auto;
  right: 0 !important;
  position: absolute;
}

.producten {
  width: 100%;
  
}

.product {
  width: 20%;
  padding: 5px;
  float: left;
}

.product>div {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #e6e6e6;
}
.product>div:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.c p:first-child
{
  margin-top: 0;
}

#dasmap
{
  padding-top: 100%;
}

#dasmap > *
{
  top: 0;
}

.title
{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5em;
  color: #29235C !important;
}

input[type="text"], textarea, input[type="password"]
{
  border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid #999;
  background-color: #F1F1F1;
  color: #888;
  padding: 0 .6em;
  height: 35px;
  line-height: 35px;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

#bib
{
  margin: 3% auto;
  max-width: 800px;
}

#bib > a
{
  display: block;
  padding: .5em;
  color: #000;
}

#bib > a:nth-child(even)
{
  background-color: #9999B4;
}

#bib > a:hover
{
  background-color: #F8B133;
}

textarea
{
  padding: 8px .6em;
  height: 88px;
  line-height: 1.4em;
}

input[type="submit"]
{
  display: inline-block;
  font-weight: bold;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid #999;
  background: #999;
  padding: .7em;
  color: #fff;
}

.small-pictures > img, .small-pictures > div {
  float: left;
  width: 48%;
}

.overlay-home h1 > span
{
  font-weight: normal;
  font-size: .6em;
  display: block;
}

.over-img .home-item
{
  width: 50%;
}

/* MEDIA QUERIES */ 

.c
{
  font-size:1.3em
}

@media screen and (max-width: 1500px) {
  .footer-item>p {
    padding: 5px;
    font-size: .9em;
  }
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
  nav
  {
    float: none;
    margin: 1em 0;
  }
  .c
  {
    font-size:1.2em
  }

  .logo
  {
    float: none;
    margin-top: 1em;
  }

  nav ul a
  {
    margin: 0;
  }

  nav ul
  {
    margin: 0 auto;
    max-width: 96%;
    padding-top: 0;
    display: block;
    text-align: justify;
  }

  nav ul:after
  {
    content: '';
    display: inline-block;
    width: 100%;
  }
}

@media screen and (max-width: 1050px) {

  .footer-item {
    width: 33.33%;
    border: 1px solid white;
    height: 150px;
  }

  nav>ul>a {
    padding: 10px 8px; 
  }

  .xl-home
  {
    width: 75%;
  }

  .home-content .home-item:last-child
  {
    display: none;
  }
}

@media screen and (max-width: 990px) {
}

@media screen and (max-width: 900px) {
  nav {
    display: none;
    background-color: #fff;
    z-index: 90;
    position: absolute;
    left: 0;
    width: 100%;
    top: 90px;
  }

  #taal
  {
    top: 5px;
    right: 25px;
  }

  nav li
  {
    display: block;
  }

  header
  {
    height: 90px;
  }

  .navigation
  {
    overflow: hidden;
  }

  .logo
  {
    width: 100%;
    height: auto;
    padding-top: 20%;
  }

  .inner-navigation > a
  {
    display: block;
    max-width: 300px;
    margin-right: 70px;
  }

  nav ul a
  {
    float: none;
    padding: 0 .3em;
    line-height: 4.5em;
    height: 4.5em;
    font-size: 1.4em;
    text-align: center;
    display: block;
    color: #29235C;
  }

  nav ul a:hover, nav ul .active
  {
    color: #fff !important;
    background-color: #F8B133;
  }

  .res-menu {
    float: right;
    display: block;
    top: 25px;
  }
}

@media all and (max-width: 780px) {
  .over-img, .over-content
  {
    padding: 0;
    float: none;
    width: 100%;
  }
  .c
  {
    font-size:1em
  }

  .over-img > img
  {
    float: left;
    width: 66%;
  }

  .home-item
  {
    width: 50%;
    display: block !important;
  }

  .xl-home
  {
    width: 100%;
  }

  .over-img .small-pictures
  {
    width: 31.5%;
    float: right;
  }

  .small-pictures.data > *:first-child
  {
    margin-bottom: 1em;
  }

  .over-img:after
  {
    content: '';
    display: block;
    clear: both;
  }

  .small-pictures > div, .small-pictures > img
  {
    width: 100%;
  }
}

@media all and (max-width: 580px) {
  .over-img .small-pictures
  {
    width: 30.5%;
  }

  .small-pictures.data > *:first-child
  {
    width: 100% !important;
  }

  .small-pictures.data > *:last-child
  {
    display: none;
  }
}

@media all and (max-width: 500px) {
  #taal a
  {
    margin: 0 .5em;
  }

  .rightform
  {
    width: auto !important;
  }

  .res-menu
  {
    top: 10px;
  }

  .home-item
  {
    display: none !important;
  }

  .over-img .home-item
  {
    width: 100%;
    display: block !important;
  }

  .overlay-home
  {
    background-color: rgba(248,177,31,0) !important;
  }

  .overlay-home img
  {
    display: none !important;
  }

  .overlay-home h1
  {
    opacity: 1;
    left: 20px;
    padding: 6px;
    background-color: rgba(248,177,31,.8);
  }

  .xl-home div:after
  {
    padding-top: 0;
    height: 400px;
  }

  .xl-home
  {
    display: block !important;
  }

  #taal
  {
    width: 100%;
    text-align: center;
    left: 0;
    top: 60px;
  }
}

@media all and (max-width: 400px) {
  .over-img .small-pictures
  {
    width: 100%;
  }

  .over-img > img
  {
    width: 100%;
  }

  .small-pictures > div, .small-pictures > img
  {
    width: 48%;
  }
}