@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;}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
textarea:focus, input:focus, select:focus, button:focus, option:focus{
  outline: none;
}
input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=number],
input[type=search],
textarea,
select,
option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] {
  -moz-appearance: textfield;
  vertical-align: middle;
}


html,
body {
  margin:0;
  padding:0;
  height:100%;
  font-family: 'Spartan', sans-serif;
}

main {
  background-color: #fff;
  min-height: 905px;
}

.navigatie {
  width: 100%;
  background-color: #238CB7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.navigatie img {
  width: 270px;
}

footer {
  padding: 20px;
  background-color: #238CB7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

footer .curl {
  width: 80px;
}

footer h2 {
  margin-top: 20px;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}

footer p {
  color: white;
  font-size: 18px;
  margin-top: 5px;
  font-weight: 200;
}

.footer_lang {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.footer_lang article {
  max-width: 50px;
  margin: 0 5px;
  cursor: pointer;
}

.footer_lang article img {
  width: 100%;
}



.languages {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.languages article {
  width: 50%;
  padding: 30px;
  position: relative;
  cursor: pointer;
}

.languages article img {
  width: 100%;
}

.languages article a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.languages article h2 {
  font-size: 20px;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-weight: 700;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  padding: 50px;
  margin: 0 auto;
}

.menu h1 {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #238CB7;
}

.menu div {
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  color: #575757;
  line-height: 140%;
}

.menu_filter {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #238CB7;
}

.menu_filter article {
  padding: 20px 20px;
  min-width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.menu_filter article.active {
  background-color: #dae8f2;
}

.menu_filter article a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.menu_filter article h2 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
  color: #575757;
}

.menu_filter article i {
  color: #238CB7;
  font-size: 35px;
  position: relative;
  z-index: 0;
}


.product_list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}

.product_list .subcat {
  width: 100%;
  margin-bottom: 30px;
}

.product_list .subcat h2 {
  font-size: 22px;
  font-weight: 700;
  color: white;
  background-color: #238CB7;
  padding: 15px 20px;
  border-radius: 200px;
  margin-bottom: 15px;
}

.product_list .subcat article {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  margin: 0 10px;
  border-bottom: 1px dashed #d5d5d5;
  position: relative;
}

.product_list .subcat article a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.product_list .subcat article h3 {
  font-size: 22px;
  color: #575757;
  font-weight: 400;
}

.product_list .subcat article h4 {
  font-size: 16px;
  font-style: italic;
  color: #7e7e7e;
  margin-top: 5px;
  font-weight: 400;
}

.product_list .subcat article p {
  font-size: 22px;
  color: #575757;
  font-weight: 400;
}

.disclaimer {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 30px 10px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #238CB7;
  font-weight: 400;
  border: #238CB7 2px dashed;
}

.product_page {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 10px;
}

.product_page img {
  width: 100%;
  margin: 20px 0;
}

.product_page > div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.product_page a {
  margin-bottom: 20px;
  color: #a9a9a9;
  font-size: 22px;
  display: inline-block;
  cursor: pointer;
}

.product_page h1 {
  font-size: 35px;
  font-weight: 700;
  color: #238CB7;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
}

.product_page h3 {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #bababa;
  margin-bottom: 10px;
}

.product_page > div div {
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  color: #575757;
  margin-bottom: 20px;
  text-align: center;
}

.product_page h2 {
  font-size: 18px;
  font-weight: 700;
  color: #238CB7;
}

.allergenen {
  background-color: #f8f8f8;
  padding: 50px;
}

.allergenen > div {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.allergenen h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  color: #8b8b8b;
  font-weight: 700;
}

.allergenen img {
  width: 13.5%;
}

.moreinfo {
  padding: 20px;
  background-color: #fff;
  border-bottom: none;
  color: #238CB7;
  border: 2px dashed #238CB7;
}

.moreinfo div {
  width: 100%;
}

.moreinfo h3 {
  line-height: 150%;
  font-size: 19px !important;
  text-align: center;
  width: 100%;
  font-weight: 400 !important;
}

.moreinfo article {
  border-bottom: none !important;
}

.kreeftmenu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 50px;
}

.kreeftmenu h2 {
  font-size: 20px;
  color: #238CB7;
  font-weight: 700;
}

.kreeftmenu img {
  width: 50px;
  margin-bottom: 20px;
}

.kreeftmenu div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 10px 0;
  font-size: 20px;
}

.kreeftmenu div p {
  text-align: center;
  line-height: 150%;
  font-weight: 400;
  color: #575757;
}


@media screen and (max-width: 1000px){
  .menu_filter {
    justify-content: flex-start;
  }

  .menu_filter article {
    width: 25%;
  }
}

@media screen and (max-width: 400px){
  .row-block.extra {
    display: none;
  }
  .blog-main .blog-img .h1 {
    font-size: 1.6em;
  }
}