* {
  -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;
  }
}