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

/* Cookie Melding */
.PL_Wrapper {
  position: fixed;
  left: 10px;
  bottom: 10px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  z-index: 100;
  padding: 25px;
  transition: all .8s;
  -webkit-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
  -moz-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
  box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
}

.PL_Wrapper h2 {
  color: #000;
  font-size: 1.7em;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 15px;
}

.PL_Wrapper p {
  max-width: 500px;
  color: #979797;
  margin-bottom: 20px;
  text-align: justify;
  line-height: 150%;
}

.PL_Buttons {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.PL_Buttons a {
  letter-spacing: 1px;
  padding: 15px;
  background-color: #000;
  border: 1px solid #ECDEB8;
  color: #fff;
  width: 48%;
  font-size: 1.1em;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
  font-family: 'Oswald', sans-serif;
}

.PL_Buttons a:hover {
  background-color: transparent;
  color: #353535;
  border: 1px solid #353535;
}
/* Einde Cookie Melding */


#trend .center
{
  position: relative;
  z-index: 1;
}

#trend:before
{
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: rgba(25,25,25,.3) !important;
  content: '';
}

html
{
  overflow-x: hidden;
}

#smiley
{
  margin: 0 auto 100px auto;
  width: 94%;
  max-width: 325px;
  color: #555;
  font-size: .7em;
  line-height: 1.4em;
  padding-left: 120px;
  background: url(/images/smiley.png) no-repeat left center;
  background-size: 100px auto;
}

#smiley strong
{
  display: block;
  margin-bottom: .6em;
}

#ifs
{
  float: right;
  width: 350px;
  line-height: 1.35em;
  font-size: .85em;
  text-align: justify;
  margin-top: 4em;
}

#footerd > img
{
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
}

#footerd strong
{
  text-transform: uppercase;
  font-size: 1.25em;
}

#footerd
{
  position: fixed;
  left: 0;
  line-height: 1.5em;
  bottom: 0;
  width: 100%;
  background: rgba(150,150,150,.8);
  padding: 1em;
  color: #222;
  margin-top: 12px;
  font-size: .8em;
  font-family: 'Questrial', sans-serif;
}

#footerd:before
{
  height: 20px;
  position: absolute;
  left: 0;
  top: -20px;
  width: 100%;
  background: url(/images/bgft.png) repeat-x left bottom;
  content: '';
}

#footerd > .center > address
{
  float: none;
  text-align: center;
  width: 33.33%;
  margin-left: auto;
  margin-right: auto;
}

#footerd .fab
{
  color: #000;
  font-size: 20px;
  color: #666;
  margin: 0 .2em;
}

#footerd > .center > div
{
  clear: both;
  text-align: center;
}

#proddaurigine > article
{
  width: 31.33%;
  margin: 1%;
  float: left;
}

#proddaurigine img
{
  width: 100%;
}

#proddaurigine h5
{
  font-family: 'Questrial', sans-serif;
}

#proddaurigine .c
{
  background-color: rgb(131,49,53);
  padding: .1em 1em;
  text-align: justify;
  font-family: 'Questrial', sans-serif;
  line-height: 1.5em;
  color: #fff;
}

#proddaurigine h4
{
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: .4em;
}

#proddaurigine hgroup
{
  margin: 0;
  background-color: rgb(131,49,53);
  padding: 1em;
  text-align: center;
  color: #fff;
  font-family: 'Oswald', sans-serif;
}

#proddaurigine:after
{
  clear: both;
  display: block;
  content: '';
}

#contact #ifs > h2
{
  font-size: 1.2em;
  padding-left: 70px;
  margin-bottom: 0;
  min-height: 45px;
  background: url(/images/IFS_Broker.png) no-repeat left 0;
  background-size: 60px auto;
}

#PL_privacy {
  margin-top: 10px;
}
.privcnt {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: .8em;
  height: 20px;
}
.privcnt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.privcnt a {
  height: 100%;
  color: black;
  font-weight: 700;
  color: colour;
  position:relative;
  z-index: 10;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #dedede;
}
.privcnt:hover input ~ .checkmark {
  background-color: #ccc;
}
.privcnt input:checked ~ .checkmark {
  background-color: colour;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.privcnt input:checked ~ .checkmark:after {
  display: block;
}
.privcnt .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#subm {
  position:relative;
  z-index: 3;
}
#subm.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.submitholder {
  position: relative;
}
.submitholder:after {
  display: block;
  clear: both;
  content: "";
}
.submitholder .submit-warning {
  position: absolute;
  left:0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}

.zoomimg
{
  overflow: hidden;
  position: relative;
}

.zoomimg:before
{
  padding-top: 150%;
  content: '';
  display: block;
}

.zoomimg > img
{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 110%;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}

.zoomimg:hover > img
{
  width: 100%;
}


#PLCookie {
  width: 100%;
  min-height: 50px;
  position: fixed;
  padding: 0 15px;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #4f4f4f;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
  -moz-box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
  box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
}

#PLCookie article {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
}

#PLCookie article div {
  float: right;
}

#PLCookie article span {
  display: block;
  line-height: 36px;
}

#PLCookie article div a {
  padding: 10px 15px;
  margin-left: 20px;
  background-color: #fff;
  color: #4f4f4f;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s;
}
#PLCookie article div a:hover {
 background-color: #dbdbdb;
}

.contactak
{
  display: block;
  padding: 1em;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4em;
  font-size: .9em;
  background-color: #000035;
  margin-top: 1.5em;
}

@media all and (max-width: 730px) {
  #PLCookie article div {
    float: none;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
  }

  #PLCookie article span {
    display: block;
    padding-top: 6px;
    text-align: center;
    margin-right: 0;
    padding-bottom: 55px;
    width: 100%;
  }
}

#content-container {
  width: 96%;
  max-width: 1400px;
  margin: auto;
}

#content-container h2 {
  color:#c13a40; 
  font-size:2.4em; 
  font-weight:bold; 
  margin-bottom: 5px;
  margin-top: 1em;
  cursor: pointer;
}

#content-container h3 {
  color: #fff;
  background-color: #3a3a3a;
  padding: .6em;
  cursor: pointer;
  font-weight: bold;
  font-size: 1em;
  margin-top: 1em;
}
#content-container h3.active {
  background-color: #c13a40;
}

#content-container h4 {
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  margin-bottom: 2em;
}

#content-container ul {
  margin-left: 1em;
}

#content-container table {
  margin-left: 1em;
}
#content-container a {
  color: #D3191C;
}
#content-container .c {
  line-height: 150%;
}
#gdpr-wrapper {
 min-height:100%;
 position:relative;
}

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

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

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

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

header
{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(255,255,255,.9);
  border-bottom: 10px solid #f9f9f9;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#logo img
{ 
  width: 100%;
}

#container .center
{
  width: 95%;
  max-width: 1250px;
}

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

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

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

html,
body {
 margin:0;
 padding:0;
 height:100%;
 font-family: Tahoma, Geneva, sans-serif;
 max-width: 100vw;
 overflow-x: hidden;
}

header
{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  height: 160px;
  width: 100%;
  background-color: rgba(255,255,255,.9);
  border-bottom: 10px solid #f9f9f9;
}

#content
{
  padding-top: 160px;
}

#logo
{
  width: 300px;
  float: left;
  margin-top: 25px;
}

header nav
{
  float: right;
  font-family: 'Questrial', sans-serif;
}

header nav > ul > li
{
  display: inline-block;
  position: relative;
}

header nav > ul > li > a
{
  margin-top: 70px;
  vertical-align: top;
  height: 50px;
  vertical-align: top;
  line-height: 50px;
  padding: 0 1.2em;
  letter-spacing: 2px;
  color: #858585;
  display: inline-block;
  position: relative;
  z-index: 10;
  text-transform: capitalize;
}

header nav > ul > li > a:after
{
  display: block;
  width: 0;
  height: 2px;
  opacity: 0;
  content: '';
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out;
  position: relative;
  top: -50px;
  background: #000;
}

header nav > ul > li.active > a
{
  font-weight: bold;
  font-size: 1.2em;
}

header nav > ul > li > a:hover
{
  font-weight: bold;
}

header nav {
  position: relative;
}

header nav > ul > li > ul
{
  position: absolute;
  right: 0;
  background: rgba(255,255,255,0.8);
  padding: 1em;
  text-align: center;
  display: none;
  width: 800px;

}

header nav > ul > li:last-child > ul
{
  width: 240px;
}

header nav > ul > li:hover > ul
{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

header nav > ul > li > ul > li
{
  vertical-align: top;
  display: inline-block;
  padding: 0 2em;
  text-align: left;
  margin-bottom: 10px;
}

header nav > ul > li > ul > li > a
{
  font-weight: bold;
  display: block;
  margin-bottom: 1.2em;
  padding-left: .8em;
  color: #000;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}

header nav > ul > li > ul > li > a:after
{
  width: 20px;
  margin-top: .6em;
  display: block;
  background: #aaa;
  height: 2px;
  content: '';
}

header nav > ul > li:last-child > ul > li > a:after
{
  display: none;
}

header nav > ul > li > ul > li > ul > li
{
  display: block;
}

header nav > ul > li > ul > li > ul > li > a
{
  display: block;
  height: 28px;
  line-height: 28px;
  padding: 0 .8em;
  font-size: .85em;
  text-transform: capitalize;
  color: #000;
  transition: background .4s ease-out;
  -webkit-transition: background .4s ease-out;
}

header nav > ul > li > ul > li > ul > li > a:hover
{
  background: #888;
}

#title
{
  font-family: 'Oswald', sans-serif;
  text-align: center;
  font-size: 2.3em;
  position: relative;
  margin: 5% auto;
}
/*
#title span
{
  display: inline-block;
  padding: 0 1.5em;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  position: relative;
  z-index: 1;
  background: #fff;
}

#title:after
{
  background: #000;
  content: '';
  display: block;
  height: 1px;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -.5px;
  left: 0;
  width: 100%;
  }*/

  #team article
  {
    width: 33%;
    float: left;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 2em;
  }

  #team article > img
  {
    width: 180px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 1.2em;
  }

  #team h2
  {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
  }

  #team h3
  {
    font-family: 'Questrial', sans-serif;
    font-size: .8em;
    color: #777;
  }

  #team article > div
  {
    margin-top: 1.5em;
    line-height: 2em;
    display: inline-block;
    text-align: left;
    min-height: 6em;
    font-family: 'Questrial', sans-serif;
  }

  #team:after
  {
    clear: both;
    display: block;
    content: '';
  }

  footer img
  {
    margin-top: 22px;
    width: 250px;
  }

  footer
  {
    font-size: .85em;
    background-color: #141414;
  }

  footer:after
  {
    clear: both;
    display: block;
    content: '';
  }

  footer > div > div
  {
    float: right;
    line-height: 1.5em;
    color: #fff;
    text-align: right;
    margin-top: 35px;
    font-size: .85em;
    margin-bottom: 20px;
  }

  footer a
  {
    color: #fff;
  }

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

  #contactbottom
  {
    background-color: #282828;
    margin-top: 5%;
    position: relative;
    height: 320px;
  }

  #map
  {
    position: relative;
    padding-top: 60%;
  }

  #mapcontact
  {
    position: absolute;
    right: 0;
    width: 70%;
    top: 0;
    bottom: 0;
  }

  #contactbottom > div:first-child
  {
    width: 30%;
    content: '';
    display: block;
    height: 320px;
    float: left;
    background: url(/images/fotocontact.jpg) no-repeat center;
  }

  #contactbottom:after
  {
    clear: both;
    display: block;
    content: '';
  }

  #contactbottom > div:first-child > div
  {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    line-height: 2em;
  }

  #contactbottom h2, #contact h2
  {
    font-family: "Open Sans Condensed";
    text-transform: uppercase;
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 1.9em;
  }

  #contactbottom strong, #contact strong
  {
    font-size: 1.3em;
    display: block;
  }

  #contactbottom address, #contact address
  {
    width: 460px;
  }

  #contactbottom address > div, #contact address > div
  {
    float: left;
    width: 50%;
  }

  #contactbottom address:after, #contact address:after
  {
    clear: both;
    display: block;
    content: '';
  }

  #contactbottom i, #contact i
  {
    margin-right: 8px;
  }

  #res
  {
    display: none;
  }

  #banner
  {
    position: relative;
  }

  #banner > div
  {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #banner > .left
  {
    width: 45px;
    height: 45px;
    background-color: rgba(0,0,0,.8);
    position: absolute;
    left: 2.5em;
    top: 50%;
    margin-top: -22.5px;
    cursor: pointer;
    z-index: 5;
  }

  #banner > .right
  {
    width: 45px;
    height: 45px;
    background-color: rgba(0,0,0,.8);
    position: absolute;
    right: 2.5em;
    top: 50%;
    margin-top: -22.5px;
    cursor: pointer;
    z-index: 5;
  }

  #banner > .left:before
  {
    display: block;
    width: 14px;
    height: 2.5px;
    background-color: #fff;
    position: absolute;
    left: 15px;
    bottom: 17px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: '';
  }

  #banner > .left:after
  {
    display: block;
    width: 14px;
    height: 2.5px;
    background-color: #fff;
    position: absolute;
    left: 15px;
    top: 16px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    content: '';
  }

  #banner > .right:before
  {
    display: block;
    width: 14px;
    height: 2.5px;
    background-color: #fff;
    position: absolute;
    left: 17px;
    bottom: 17px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    content: '';
  }

  #banner > .right:after
  {
    display: block;
    width: 14px;
    height: 2.5px;
    background-color: #fff;
    position: absolute;
    left: 17px;
    top: 16px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: '';
  }

  #hometext
  {
    padding: 4% 0;
    font-family: 'Questrial', sans-serif;
  }

  #hometext h1
  {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.85em;
    margin-bottom: .4em;
  }

  #hometext p
  {
    text-align: justify;
    width: 47.5%;
    line-height: 1.6em;
    float: left;
  }

  #hometext p:nth-child(2n)
  {
    float: right;
  }

  #hometext .c:after
  {
    clear: both;
    display: block;
    content: '';
  }

  hgroup
  {
    margin: 3% auto;
    position: relative;
    font-family: 'Questrial', sans-serif;
  }

  hgroup h2:before
  {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 145px;
    height: 92px;
    background-image: url(/images/food.png);
  }

  hgroup h2
  {
    padding-top: 16px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.85em;
    padding-left: 165px;
  }

  hgroup h3
  {
    margin-top: 15px;
    color: #858585;
    font-size: 1.25em;
    padding-left: 200px;
  }

  #prods
  {
    margin-bottom: 3%;
    font-family: 'Questrial', sans-serif;
  }

  #prods article
  {
    float: left;
    cursor: pointer;
    line-height: 1.5em;
    width: 19%;
    margin: .5%;
    position: relative;
    overflow: hidden;
  }

  #prods.three article
  {
    width: 32%;
  }

  #prods.three article > h4
  {
    top: 25%;
  }

  #prods article:after
  {
    display: block;
    padding-top: 125%;
    content: '';
  }

  #prods p
  {
    margin: .4em 0;
  }

  #prods img
  {
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all .6s ease-out;
    -webkit-transition: all .6s ease-out;
  }

  #prods article > div
  {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(105, 37, 26, 0.55);
    font-family: 'Questrial', sans-serif;
    color: #fff;
    text-align: center;
    transition: all 1s ease-out;
    -webkit-transition: all .3s ease-out;
    font-size: .85em;
    color: rgb(200,200,200);
  }

  #prods em
  {
    font-style: normal;
  }

  #prods h5
  {
    font-weight: bold;
    letter-spacing: 1px;
  }

  #prods article > h4
  {
    left: 0;
    color: #fff;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 2;
    text-shadow: 1px 1px 0 #4F4F4F;
    font-size: 2.5em;
    line-height: 1.1em;
    padding: .5em;
    position: absolute;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
  }

  #prods article > div > div > h4
  {
    text-transform: uppercase;
  }

  #prods article:hover > h4
  {
    opacity: 0;
  }

  #prods article > div .c
  {
    text-align: left;
  }

  #prods .c:before, #prods .c:after
  {
    content: '';
    display: block;
    margin: .5em auto;
    width: 10px;
    height: 1px;
    background-color: #fff;
  }

  #prods article > div > div
  {
    font-family: 'Questrial', sans-serif;
    position: absolute;
    padding: 0 1em;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    position: absolute;
  }

  #prods h4
  {
    text-decoration: uppercase;
    font-weight: bold;
    font-size: 1.6em;
    letter-spacing: 1px;
    margin-bottom: .2em;
  }

  #prods:after
  {
    clear: both;
    content: '';
    display: block;
  }

  #prods article:hover > div
  {
    opacity: 1;
  }

  #prods article:hover > img
  {
    width: 110%;
    height: 110%;
  }

  #merk .btn
  {
    margin-bottom: 1em;
  }

  #merk .btn:hover
  {
    background: #000;
  }

  #merkn, #contact, #overons, #trend
  {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 3% 0;
    line-height: 1.5em;
    color: #fff;
  }

  #overons, #contact
  {
    padding: 8% 0;
  }

  #trend
  {
    padding: 11% 0;
    font-family: 'Questrial', sans-serif;
  }

  #trend p
  {
    text-align: justify;
    width: 31%;
  }

  #merkn h2, #overons h4, #contact h2, #trend h2
  {
    margin-bottom: 1em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2em;
    font-family: 'Questrial', sans-serif;
  }

  #merkn h2, #contact h2, #trend h2
  {
    font-size: 1.55em
  }

  #merkn p, #overons p
  {
    font-family: 'Questrial', sans-serif;
  }

  #overons .c
  {
    text-align: justify;
  }

  #overons > div:after
  {
    clear: both;
    display: block;
    content: '';
  }

  #overons > div > article
  {
    float: left;
    width: 31%;
    margin-left: 3.5%;
  }

  #overons h4
  {
    font-size: 1.55em;
    text-shadow: 0 0 0 #4F4F4F;
  }

  #overons, #trend
  {
    text-shadow: 1px 1px 0 #4F4F4F;
  }

  #overons > div > article:first-child
  {
    margin-left: 0;
  }

  #contact
  {
    line-height: 1.9em;
    color: #fff;
    position: relative;
    font-family: 'Questrial', sans-serif;
  }
  #contact:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: rgba(0,0,0,0.4);
  }

  #trend:before
  {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: rgba(120,120,120,0);
  }

  #trend
  {
    position: relative;
  }

  #contact .center
  {
    position: relative;
  }

  .btn
  {
    border: 2px solid #FFF;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    height: 40px;
    line-height: 35px;
    padding: 0 1em;
    text-transform: uppercase;
    font-size: .9em;
    margin-top: 1.5em;
    display: inline-block;
    color: #FFF;
    position: relative;
    overflow: hidden;
    transition: color .4s ease-out;
    -webkit-transition: color .4s ease-out;
  }

  .btn > span
  {
    position: relative;
  }

  .btn > i
  {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    background: #000;
    height: 40px;
    transition: width .4s ease-out;
    -webkit-transition: width .4s ease-out;
  }

  .btn > i:before
  {
    position: absolute;
    left: -39px;
    content: '';
    top: 0;
    border-top: 0;
    border-bottom: 40px solid #000;
    border-right: 0;
    border-left: 40px solid transparent;
    display: none;
  }

  .btn > i:after
  {
    position: absolute;
    right: -39px;
    content: '';
    top: 0;
    border-bottom: 0;
    border-top: 40px solid #000;
    border-left: 0;
    border-right: 40px solid transparent;
    display: none;
  }

  .btn:hover
  {
    color: #fff;
  }

  .btn:hover > i
  {
    width: 100%;
  }

  .btn:hover > i:after, .btn:hover > i:before
  {
    display: block;
  }

  #totop
  {
    border: 2px solid #000;
    color: #000;
    height: 30px;
    line-height: 25px;
    padding: 0 1em;
    cursor: pointer;
    text-transform: capitalize;
    float: right;
    font-size: .8em;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
  }

  #totop:before
  {
    display: inline-block;
    width: 0;
    content: '';
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000;
    margin-right: 6px;
    transition: border-bottom-color .4s ease-out;
    -webkit-transition: border-bottom-color .4s ease-out;
  }

  #totop:hover
  {
    background-color: #000;
    color: #fff;
  }

  #totop:hover:before
  {
    border-bottom-color: #fff;
  }

  #merk
  {
    margin: 5% auto;
  }

  #merk .c
  {
    line-height: 1.5em;
    margin: 3.2% auto;
  }

  #merk .c h2
  {
    font-weight: bold;
    font-size: 1.9em;
    line-height: 1.4em;
    text-transform: uppercase;
    margin: 1.5em 0 .7em 0;
    font-family: 'Oswald', sans-serif;
  }

  #merk .c p
  {
    font-size: .9em;
    font-family: 'Questrial', sans-serif;
  }

  #merk .picalbum 
  {
    margin-bottom: 5%;
  }

  #merk .picalbum h2
  {
    position: relative;
    font-weight: bold;
    font-size: 1.15em;
    text-align: center;
    text-transform: lowercase;
  }

  #merk .picalbum h2 > span
  {
    position: relative;
    padding: .8em;
    padding-left: 0;
    color: #767676;
    background-color: #fff;
    display: inline-block;
    font-family: 'Questrial', sans-serif;
  }
/*
#merk .picalbum h2:before
{
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -.5px;
  height: 0;
  border: 1px dotted #bcbcbc;
  }*/

  #merk .itm
  {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
  }

  #merk .itm > strong
  {
    background-color: rgba(105, 37, 26, 0.75);
    display: block;
    position: absolute;
    text-align: center;
    color: #fff;
    line-height: 1.5em;
    font-weight: normal;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    top: -100%;
    transition: top ease-in-out .6s;
    -webkit-transition: top ease-in-out .6s;
    font-family: 'Questrial', sans-serif;
  }

  #merk .itm > strong > span
  {
    position: absolute;
    padding: .7em;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #merk .itm:hover > strong
  {
    top: 0;
  }

  #merk #top .part
  {
    width: 49.5%;
    float: left;
    margin-right: 1%;
    margin-bottom: 1%;
  }

  #merk #top:after
  {
    clear: both;
    display: block;
    content: '';
  }

  #merk #top .part:first-child, #merk #top .part:nth-child(4)
  {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #merk #top .part:first-child:after, #merk #top .part:nth-child(4):after
  {
    padding-top: 49.8%;
    display: block;
    content: '';
  }

  #merk #top .part:first-child > div
  {
    color: #fff;
    display: inline-block;
    line-height: 1.7em;
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 1.1em;
    text-shadow: 2px 2px 0 #222;
    font-family: 'Questrial', sans-serif;
  }

  #merk #top
  {
    position: relative;
  }

  #merk .prevarrow, #merk .nextarrow
  {
    position: absolute;
    left: -70px;
    top: 50%;
    margin-top: -20px;
    height: 60px;
    width: 35px;
    background-color: #fff;
  }

  #merk .prevarrow:after, #merk .nextarrow:after
  {
    position: absolute;
    width: 40px;
    height: 5px;
    background: #000;
    content: '';
    top: 15px;
    transform: rotate(45deg);
  }

  #merk .prevarrow:before, #merk .nextarrow:before
  {
    bottom: 15px;
    position: absolute;
    width: 40px;
    height: 5px;
    background: #000;
    content: '';
    transform: rotate(-45deg);
  }

  #merk .prevarrow:after
  {
    transform: rotate(-45deg);
  }

  #merk .prevarrow:before
  {
    transform: rotate(45deg);
  }

  #merk .nextarrow
  {
    left: auto;
    right: -60px;
  }

  #merk #top .part:first-child > div > strong
  {
    font-size: 2em;
    text-transform: uppercase;
  }

  #merk #top .part:nth-child(2n)
  {
    margin-right: 0;
  }

  #merk #top .part:nth-child(2) img
  {
    width: 49%;
    margin-right: 2%;
    float: left;
  }

  #merk #top .part:nth-child(2) img:nth-child(2)
  {
    margin-right: 0;
  }

  #merk #top .part:nth-child(2):after
  {
    clear: both;
    display: block;
    content: '';
  }

  #merk #top .part:nth-child(3) > *
  {
    width: 49%;
    margin-right: 2%;
    float: left;
  }

  #merk #top .part:nth-child(3) > *:nth-child(2)
  {
    margin-right: 0;
  }

  #merk #top .part:nth-child(3):after
  {
    clear: both;
    display: block;
    content: '';
  }

  #merk .slogan
  {
    position: relative;
  }

  #merk .slogan p
  {
    font-family: 'La Belle Aurore', cursive;
    margin: 0.3em;
  }

  #merk .slogan > .c
  {
    font-family: 'La Belle Aurore', cursive;
    font-size: 1.8em;
    text-align: center;
    position: absolute;
    line-height: 1em;
    top: 50%;
    left: 0;
    padding-bottom: 30px;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #merk .slogan > span
  {
    color: #767676;
    position: absolute;
    left: 0;
    width: 100%;
    font-size: .85em;
    bottom: 0;
    text-align: center;
    font-family: 'Questrial', sans-serif;
  }

  #merk .slogan:after
  {
    padding-top: 101%;
    display: block;
    content: '';
  }


  #map > .innermap > div > span
  {
    color: #000;
    position: absolute;
    top: -7px;
    left: 17px;
    font-size: .75em;
    font-weight: bold;
    width: 80px;
    line-height: 1.2em;
  }

  #map > .innermap > div
  {
    background-color: #b50937;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    position: absolute;
  }

  #map > .innermap > div > a
  {
    position: absolute;
    top: -80px;
    padding: 5px;
    border: 2px solid #999;
    border-radius: 7px;
    -wekbit-border-radius: 7px;
    left: -40px;
    background-color: #fff;
  }

  #map > .innermap > div > a:before
  {
    content: '';
    position: absolute;
    top: 68px;
    left: 41.5px;
    background-color: #999;
    width: 4px;
    height: 16px;
  }

  #map > .innermap > div > a:after
  {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    background: #b50937;
    opacity: 0;
    transition: opacity ease-out .6s;
    -webkit-transition: opacity ease-out .6s;
    content: '';
  }

  #map > .innermap > div:hover > a:after
  {
    opacity: .4;
  }

  #map > .innermap > div.Left > a
  {
    left: -105px;
    top: -25px;
  }

  #map > .innermap > div.Left > a:before
  {
    left: 92px;
    top: 25.5px;
    width: 16px;
    height: 4px;
  }

  #map .map
  {
    border-radius: 9px;
    -webkit-border-radius: 9px;
    background-color: rgba(186,38,38,0);
    transition: background-color .4s ease-in-out;
    -webkit-transition: background-color .4s ease-in-out;
    position: absolute;
    width: 6.05%;
  }

  #map .map:hover
  {
    background-color: rgba(186,38,38,.7);
  }

  #map .map:after
  {
    display: block;
    content: '';
    padding-top: 72%;
  }

  #map > .innermap
  {
    background: transparent url(/images/worldmap.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 1;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    transition: all ease-in-out 2s;
    -webkit-transition: all ease-in-out 2s;
  }

  #map.show > .innermap
  {
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  /* Start News */
  .news-overzicht {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-bottom: 60px;
  }
  .news-overzicht article {
    margin: 1%;
    width: 31.33%;
    position: relative;
  }
  .news-overzicht article a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
  }
  .news-overzicht article h2 {
    position: absolute;
    left: 10px;
    bottom: 5px;
    font-size: 1.4em;
    color: #fff;
    z-index: 2;
    line-height: 150%;
  }
  .news-overzicht article:after {
    content: "";
    display: block;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .news-overzicht article img {
    width: 100%;
  }
  #container .center.news-detail {
    max-width: 1200px;
  }
  .news-detail .c {
    line-height: 150%;
  }
  .top-news-img {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
  }
  .top-news-img:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-image: rgba(0,0,0,0.2);
  }
  .top-news-img h1 {
    position: absolute;
    left: 10px;
    bottom: 5px;
    font-size: 1.4em;
    line-height: 150%;
    color: #fff;
    z-index: 2;
  }
  .top-news-img img {
    display: block;
    width: 100%;
  }
  .nav-bar {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .nav-bar a {
    color: #ba2525;
  }
  /* Einde News */
  @media all and (max-width: 1400px) {
    #prods article
    {
      width: 24%;
    }

    #merk .prevarrow, #merk .nextarrow
    {
      display: none;
    }
  }

  @media all and (max-width: 1300px) {
    header nav > ul > li > ul > li {
      padding: 0 1.4em;
    }

  }

  @media all and (max-width: 1240px)
  {
    #logo
    {
      width: 280px;

    }
  }

  @media all and (max-width: 1200px) {
    #map .map
    {
      border-radius: 6px;
      -webkit-border-radius: 6px;
    }
    

    #res
    {
      display: block;
      float: right;
      width: 30px;
      height: 30px;
      cursor: pointer;
      margin-top: 80px;
    }

    header nav > ul > li > a
    {
      margin-top: 0;
    }

    #res:before, #res:after, #res span
    {
      content: '';
      display: block;
      height: 5px;
      margin-top: 5px;
      background-color: #000;
    }

    header nav
    {
      position: absolute;
      display: none;
      left: 0;
      width: 100%;
      background: #fff;
    }

    header nav > ul > li
    {
      display: block;
    }

    header nav > ul > li:hover > ul
    {
      display: block;
    }

    header nav > ul > li > a
    {
      height: auto;
      line-height: 1.4em;
      border-top: 1px solid #e3e3e3;
      font-weight: bold;
      letter-spacing: 0;
      display: block;
      padding: 1em;
    }

    header nav > ul > li.active > a, header nav > ul > li > a:hover
    {
      background-color: #f2f2f2;
    }

    header nav > ul > li > ul
    {
      position: static;
      display: block;
      padding-top: 0;
      -webkit-transform: translateX(0);
      -o-transform: translateX(0);
      -moz-transform: translateX(0);
      transform: translateX(0);
    }

    header nav > ul > li > ul > li
    {
      display: block;
      padding: 0;
    }

    header nav > ul > li > ul > li > a
    {
      font-weight: normal;
      margin-bottom: 0;
      padding-bottom: 0;
      padding: .6em 0;
    }

    header nav > ul > li > ul > li > a:after, header nav > ul > li > a:after
    {
      display: none;
    }

    header nav > ul > li > ul > li > ul > li > a
    {
      padding-left: 25px;
    }
  }

  @media all and (max-width: 1150px) {
    #banner
    {
      height: 350px;
    }

    #merk .slogan > .c
    {
      font-size: 2.2em;
    }

    #prods article
    {
      width: 32.33%;
    }
  }

  @media all and (max-width: 1020px) {
    #map
    {
      padding-top: 0;
    }

    #prods.three article > h4
    {
      font-size: 1.8em;
    }

    #map .innermap
    {
      display: none;
    }

    #map select
    {
      display: block;
      width: 95%;
      margin: 0 auto;
      height: 40px;
      line-height: 40px;
      padding: 0 .5em;
    }
  }

  @media all and (max-width: 980px) {
    #contactbottom > div
    {
      float: none;
      width: 100%;
      height: auto;
    }

    #contactbottom > div:first-child
    {
      text-align: center;
      padding: 1em;
    }

    #proddaurigine > article
    {
      float: left;
      width: 48%;
      margin: 2% 1% !important;
    }

    #contactbottom #map
    {
      height: 320px;
    }

    #contactbottom > div:first-child > div
    {
      position: static;
      -webkit-transform: translate(0,0);
      -o-transform: translate(0,0);
      -moz-transform: translate(0,0);
      transform: translate(0,0);
    }

    #contactbottom > div > div
    {
      display: inline-block;
      text-align: left;
    }

    #team article > img
    {
      width: 200px;
    }

    hgroup
    {
      margin: 2.4em auto;
    }
  }

  @media all and (max-width: 900px) {
    #overons > div > article
    {
      width: 100%;
      margin-left: 0;
    }

    #trend p
    {
      text-align: justify;
      width: 100%;
      max-width: 350px;
    }

    #merk #top .part
    {
      margin-right: 0;
      width: 100%;
    }

    #merk .slogan > .c
    {
      font-size: 3em;
    }
  }

  @media all and (max-width: 850px) {
    #banner
    {
      height: 280px;
    }

    #prods article
    {
      width: 49%;
    }

    #prods.three img, #prods.three > article:after
    {
      display: none;
    }

    #prods.three > article
    {
      width: 100%;
      float: none;
      margin: 1.2em auto;
      max-width: 600px;
    }

    #prods.three > article > h4
    {
      display: none;
    }

    #prods.three article > div, #prods.three article > div > div
    {
      padding: .5em;
      position: static;
      display: block;
      opacity: 1;
    }
  }

  @media all and (max-width: 800px) {
    .news-overzicht article {
      width: 48%;
    }
  }

  @media all and (max-width: 780px) {
    #team article
    {
      width: 50%;
    }

    #team article > img
    {
      width: 250px;
    }

    #contact > .center
    {
      padding-left: 0;
    }
  }

  @media all and (max-width: 730px) {
    footer > div > div
    {
      text-align: left;
      float: none;
      margin-bottom: 10px;
      margin-top: 10px;
    }

    #ifs
    {
      float: none;
      width: auto;
      margin-bottom: 5%;
    }

    footer img
    {
      margin-top: 15px;
    }

    #container .center
    {
      padding-bottom: 1px;
    }
  }

  @media all and (max-width: 650px) {
    #banner
    {
      height: 200px;
    }

    #proddaurigine > article
    {
      width: 100%;
      margin: 2% 0 !important;
    }
  }

  @media all and (max-width: 630px) {
    #team article > img
    {
      width: 200px;
    }

    #merkn, #contact, #overons, #trend
    {
      background-attachment: scroll;
    }

    #merk .slogan > .c
    {
      font-size: 1.4em;
      line-height: 1em;
    }
  }

  @media screen and (max-width: 600px) {
    .PL_Wrapper {
      right: 10px;
    }
  }


  @media all and (max-width: 550px) {
    #prods article
    {
      width: 100%;
    }

    #footerd > .center
    {
      padding-bottom: 50px;
    }

    #footerd > .center > address
    {
      width: 50%;
      margin-bottom: 50px;
    }

    #footerd > .center > address:nth-child(2)
    {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      margin: 0; 
    }

    #footerd > .center > address:nth-child(2) .hidemob
    {
      display: none; 
    }
  }

  @media screen and (max-width: 500px) {
    .PL_Buttons a {
      width: 100%;
      margin: 0;
      margin-top: 15px;
    }

    .PL_Buttons {
      flex-wrap: wrap;
    }

  
  }

  @media all and (max-width: 480px) {
    #team article
    {
      width: 100%;
    }

  
    #logo
    {
      width: 260px;
    }

    #contactbottom address > div, #contact address > div
    {
      width: 100%;
    }

    #team article > img
    {
      width: 250px;
    }

    #team article > div
    {
      min-height: auto;
    }

    header
    {
      height: 130px;
    }
  }

  @media all and (max-width: 360px) {
    #logo
    {
      width: 240px;
    }

    #res
    {
      margin-top: 55px;
    }

    header
    {
      height: 105px;
    }
  }