* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

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],
input[type=password],
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: 'effra';
  font-size: 16px;
  line-height: 22px;
  position: relative;
  color: #35695d;
  width: 100%;
}

#headerCnt {
  width: 100%;
  height: 154px;
  background: url('/images/headerbg.jpg');
}

#logo {
  z-index: 9;
  width: 1012px;
  height: 206px;
  margin-left: auto;
  margin-right: auto;
  background: url('/images/logo.png');
  position: relative;
}

#menuItem1 {
  left: 75px;
  bottom: 93px;
  position: absolute;
  font-family: 'Rokkitt', serif;
  color: #fff;
  font-size: 18px;
}

#menuItem2 {
  left: 275px;
  bottom: 93px;
  position: absolute;
  font-family: 'Rokkitt', serif;
  color: #fff;
  font-size: 18px;
}

#menuItem3 {
  left: 630px;
  bottom: 93px;
  position: absolute;
  font-family: 'Rokkitt', serif;
  color: #fff;
  font-size: 18px;
}

#menuItem4 {
  left: 810px;
  bottom: 93px;
  position: absolute;
  font-family: 'Rokkitt', serif;
  color: #fff;
  font-size: 18px;
}

#mainContent {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.home_slider {
  width: 100%;
}

.home_slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  z-index: 1;
  border-radius: 200px;
  min-width: 40px;
  height: 40px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: white;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .5);
}

.home_slider .slick-next {
  left: initial;
  right: 20px;
}

.home_slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  list-style: none;
}

.home_slider .slick-dots li {
  width: 6px;
  height: 6px;
  margin: 0 3px;
  border-radius: 200px;
  border: 2px solid #346A5F;
  background-color: #ffffff;
}

.home_slider .slick-dots .slick-active {
  background-color: #346A5F;
}

.home_slider .slick-dots li button {
  display: none;
}

.home_slider article img {
  width: calc(100% - 2px);
  border: 1px solid #bcbcbc;
}

.categorienoverzicht {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* Cookie Melding */

.plenso_cookies {
  position: fixed;
  left: 10px;
  bottom: 10px;
  background-color: white;
  border-radius: 5px;
  max-width: 400px;
  -webkit-box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
  -moz-box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
  box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 25px;
  transition: all .5s;
  z-index: 1000;
}

.plenso_cookies>img {
  width: 50px;
}

.plenso_cookies>div {
  color: #3e3e3e;
  padding: 25px 0px;
  line-height: 25px;
  text-align: justify;
  font-size: 14px;
}

.plenso_cookies>div a {
  color: #3e3e3e;
  text-decoration: underline;
}

.plenso_cookies>a {
  background-color: #346A5F;
  color: white;
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
  padding: 15px 30px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  transition: all .3s;
}

.plenso_cookies>a:hover {
  transform: scale(1.1);
}


/* Einde Cookie Melding */


/* Navigatie */

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

.navigatie {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 10px 10px;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}

.navigatie .innernav {
  width: 100%;
  background-color: #346A5F;
  margin-top: 20px;
  border-radius: 4px;
  position: relative;
  z-index: 2000;
}

.navigatie .innernav ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navigatie .innernav li {
  width: 14.28%;
}

.navigatie .innernav li:not(:first-of-type) {
  border-left: 1px solid white;
}

.navigatie .innernav ul li:hover>div {
  display: block;
}

.navigatie .innernav li>a {
  text-align: center;
  width: 100%;
  color: white;
  font-size: 18px;
  display: inline-block;
  font-family: Rokkitt, serif;
  padding: 15px 5px;
}

.navigatie .innernav li>div {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 100;
  border: 2px solid #eeeeee;
  border-radius: 0 0 5px 5px;
  border-top: 0;
  background-color: #fff;
  display: none;
}

.navigatie .innernav li>div a {
  font-size: 14px;
  font-weight: 100;
  color: #353535;
  width: 23%;
  display: inline-block;
  padding: 2px 0;
  font-weight: 200;
  padding-right: 5px;
}

.navigatie .search {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.navigatie .search i {
  position: absolute;
  left: 10px;
  top: 50%;
  font-size: 17px;
  color: #a9a9a9;
  transform: translateY(-50%);
}

.navigatie .search input[type=search] {
  border-radius: 4px 0 0 4px;
  border: 1px solid #a9a9a9;
  border-right: 0;
  font-size: 18px;
  font-family: Rokkitt, serif;
  padding: 10px 15px 8px 35px;
}

.navigatie .search input[type=submit] {
  background-color: #346A5F;
  color: white;
  font-family: Rokkitt, serif;
  border-radius: 0 4px 4px 0;
  font-size: 18px;
  padding: 10px 25px;
  cursor: pointer;
  border: 0;
}

.navigatie .logo {
  width: 130px;
}

.topper {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.topper .login {
  background-color: #32353A;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 5px 5px;
  font-size: 15px;
  cursor: pointer;
  margin-left: 15px;
  font-family: Rokkitt, serif;
}

.topper .winkelwagen {
  position: relative;
}


/* Einde Navigatie */

#PL_privacy {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.privcnt {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: .8em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  height: 20px;
}

.privcnt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.privcnt a {
  height: 100%;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  color: black;
  font-weight: 700;
  color: #35695d;
  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: #35695d;
}

.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);
}


/* COOKIE MELDING */

#PLCookie {
  width: 100%;
  min-height: 50px;
  position: fixed;
  padding: 0 15px;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  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;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  letter-spacing: 1px;
}

#PLCookie article div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

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

#PLCookie article div a:hover {
  background-color: #dbdbdb;
}

.categoriearticle {
  width: 25%;
  position: relative;
}

.categoriearticle a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  color: black;
  font-family: 'effra', sans-serif !important;
}

.articleoverview {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.articleoverview a {
  width: 19%;
  margin: .5%;
  border-radius: 4px;
  border: 2px solid #f3f3f3;
  padding: 10px;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}

.articleoverview a img {
  width: 100%;
}

.articleoverview a h4 {
  min-height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.articleoverview a h5 {
  font-size: 18px;
  font-family: 'effra', sans-serif;
  background-color: #2E2A2B;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  padding: 10px 5px;
  color: white;
  margin-top: 5px;
}

.articlename {
  position: absolute;
  top: 0px;
  padding: 10px;
  min-height: padding-left: 15px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, .8);
  z-index: 20;
  color: #343434;
}

.productdetailpage {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 50px 0;
}

.productinformation {
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
  font-weight: 200;
  color: #252525;
  font-size: 18px;
  line-height: 150%;
}

.resproddetailcats {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.resproddetailcats a {
  width: 25%;
}

.productinformation h1 {
  margin-top: 0;
  font-family: 'effra', sans-serif;
  line-height: 100%;
  font-size: 30px;
  margin-bottom: 20px;
}

.productimage {
  padding: 0 10px;
  width: 50%;
  box-sizing: border-box;
}

.productimage img {
  width: 100%;
  margin-top: 10px;
}

.previousarticle,
.nextarticle {
  background-color: #2e2a2b;
  color: white;
  height: 25px;
  width: 80px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  float: left;
}

.nextarticle {
  float: right;
}

.zoekresultaten {
  width: 100ù;
  max-width: 1400px;
  margin: 0 auto;
  padding: 35px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.zoekresultaten .results {
  width: 100%;
}

.zoekresultaten .results>h3 {
  font-size: 30px;
  font-weight: 200;
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
}

.zoekresultaten .results>h4 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}

.prijzenvak {
  box-sizing: border-box;
  padding: 10px;
  background-color: #e3e3e3;
  position: relative;
  padding-right: 70px;
  margin-top: 20px;
}

.prijzenvak h2 {
  font-family: 'effra', sans-serif;
  font-size: 20px;
  margin-top: 0;
  width: 100%;
  color: #252525;
  margin-bottom: 5px;
}

.morepics {
  color: #565758;
  font-family: 'effra', sans-serif;
  display: flex;
  -ms-align-items: center;
  width: 85px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
  justify-content: space-between;
}

.productinformation h6 {
  margin-top: 10px;
  font-family: 'effra', sans-serif;
  font-size: 1.2em;
  float: left;
  margin-right: 10px;
  color: #565758;
  width: 100%;
  text-transform: uppercase;
}

.prijzenvak input {
  max-height: 44px;
  height: 42px;
  width: 70px;
  border: 1px solid #565758;
  background-color: transparent;
  font-family: 'effra', sans-serif;
  color: #565758;
  font-size: 20px;
  padding: 0 10px;
}

.pricetag {
  position: absolute;
  width: 100px;
  height: 100%;
  font-size: 1.3em;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: white;
  font-family: 'effra', sans-serif;
  background-color: #565758;
}

.redHR {
  display: none;
}

.cg {
  color: white !important;
}

.homeFk a:last-child:hover .cg {
  color: #2e2a2b !important;
}

h3 {
  color: #6c6c6c !important;
}

.ttItems {}

#slider {
  width: 930px;
  padding: 3px;
  padding-top: 5px;
  -moz-box-shadow: 0px 0px 7px #888;
  -webkit-box-shadow: 0px 0px 7px #888;
  box-shadow: 0px 0px 7px #888;
  margin-bottom: 20px;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .7);
  display: none;
}

.menubutton {
  display: none;
  width: 35px;
  cursor: pointer;
}

.close {
  top: 20px;
  left: 20px;
  width: 25px;
  cursor: pointer;
  position: absolute;
}

.cart {
  position: absolute;
  right: 70px;
  top: 15px;
  width: 35px;
}

.log {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 35px;
}

.resnav {
  position: fixed;
  right: -750px;
  top: 0;
  width: 700px;
  height: 100%;
  z-index: 1000;
  background-color: #35695D;
}

.resnav .search * {
  box-sizing: border-box;
}

.resnav .search {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  width: calc(100% - 40px);
  margin: 0 20px;
  margin-top: 70px;
}

.resnav .search i {
  position: absolute;
  left: 10px;
  top: 50%;
  font-size: 17px;
  color: #a9a9a9;
  transform: translateY(-50%);
}

.resnav .search input[type=search] {
  border-radius: 4px 0 0 4px;
  border: 1px solid #a9a9a9;
  border-right: 0;
  font-size: 18px;
  font-family: Rokkitt, serif;
  padding: 10px 15px 8px 35px;
  width: 100%;
}

.resnav .search input[type=submit] {
  background-color: #252525;
  color: white;
  font-family: Rokkitt, serif;
  border-radius: 0 4px 4px 0;
  font-size: 18px;
  padding: 10px 25px;
  cursor: pointer;
  border: 0;
}

.resnav ul {
  padding-top: 20px;
  padding-bottom: 70px;
  list-style: none;
  max-height: calc(100vh - 210px);
  overflow: auto;
}

.resnav ul li {
  padding: 15px 20px;
  border-left: 5px solid #35695D;
}

.resnav ul li > a,
.resnav ul li section > a {
  color: white;
  font-size: 22px;
  font-weight: 700;
}

.resnav ul li section i {
  font-size: 25px;
  color: white;
}

.resnav ul li section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.resnav ul li > div {
  display: none;
}

.resnav ul li > div div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 10px;
  font-size: 18px;
}

.resnav ul li > div a {
  color: white;
  font-weight: 200;
  width: 100%;
  padding: 5px;
}

.resnav ul li a:hover {
  text-decoration: underline;
}

.resnav .active {
  border-left: 5px solid #2e2a2b;
}

.active a {
  color: #2e2a2b !important;
}

a {
  text-decoration: none;
  color: #346A5F;
}

h1 {
  font-family: 'Rokkitt', Sans-Serif;
  font-size: 35px;
  font-weight: 800;
  color: #35695d;
  margin-bottom: 5px;
}

h2 {
  font-size: 25px;
  color: #35695d;
  margin-bottom: 5px;
  font-style: normal !important;
  margin-top: 50px;
  font-family: 'effra', Sans-Serif;
}

h3 {
  color: #ffc000;
  font-family: effra;
  font-weight: bold;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
}


.overzicht_titel {
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 15px;
}

.overzicht_titel select {
  background-image: url(/images/select.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #a9a9a9;
  border-radius: 4px;
  padding: 10px;
  font-family: 'effra', sans-serif;
  color: #252525;
  font-weight: 200;
  font-size: 17px;
}

#homecnt p {
  font-weight: 200;
  color: #252525;
  line-height: 150%;
  font-size: 19px;
}

#footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 190px;
  /* Height of the footer */
  background: url('/images/footerbg.jpg');
}

#footerContent {
  margin-top: 50px;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'effra', sans-serif !important;
  text-transform: uppercase;
  color: #35695d;
  font-size: 1.2em;
  font-weight: 700;
  position: relative;
  letter-spacing: 1px;
}

#enveloppe {
  background: url('/images/enveloppe.png');
  position: absolute;
  top: -80px;
  left: -80px;
  width: 136px;
  height: 134px;
  z-index: 10;
}

#container {
  position: relative;
}

.fl {
  float: left;
}

.cb {
  clear: both;
}

#ffirst {
  position: relative;
  z-index: 999;
  width: 680px;
  margin-left: 70px;
  margin-top: 30px;
}

#fsecond {
  float: right;
  width: 181px;
  height: 118px;
  margin-top: -15px;
  background: url('/images/nieuwsbrief.jpg');
}

#homecnt {
  width: 68%;
}

.homeFk {
  width: 25%;
  padding: 20px;
  border: #f3f3f3 solid 2px;
  border-radius: 5px;
  position: relative;
}

.homeFk h2 {
  margin-top: 0;
  font-size: 25px;
}

.homeFk h3 {
  margin: 5px 0;
  font-size: 18px;
}

.homeFk>div {
  width: 100%;
  font-size: 18px;
  color: #252525;
  line-height: 150%;
  font-weight: 200;
}

.homeFk>button {
  width: 100%;
  background-color: #346A5F;
  padding: 10px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: white;
  border: none;
  text-align: center;
  display: inline-block;
}

.homeFk img {
  width: 100%;
  margin-top: 10px;
  border: #f3f3f3 solid 2px;
}

.homeFk a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

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

.home_content {
  width: 100%;
  box-sizing: border-box;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 50px 10px;
}

.redHR {
  margin-top: 20px;
  border-top: 1px dashed #fb2b02;
  border-top-color: #fb2b02;
}

.greenHR {
  border-top: 1px solid #8fa797;
  border-top-color: #8fa797;
}

.greenHRDashed {
  border-top: 1px dashed #8fa797;
  border-top-color: #8fa797;
}

.sbp {
  margin-top: 10px;
  font-family: Arial;
  font-size: 12px;
}

.mlh {
  margin-left: 20px;
}

.artText {
  position: absolute;
  top: 15px;
  left: 0px;
  padding-left: 10px;
  padding-right: 4px;
  background: #cecece;
  text-align: left;
  background: rgb(180, 180, 180);
  /* Fall-back for browsers that don't
  support rgba */
  background: rgba(180, 180, 180, .5);
}

.artikel {
  color: #000;
  position: relative;
  float: left;
  padding: 5px;
  border: 1px solid #cecece;
  -webkit-box-shadow: #888888 0 0 4px;
  box-shadow: #888888 0 0 4px;
  width: 196px;
  margin-right: 36px;
  margin-bottom: 25px;
  text-align: right;
}

.artikel img {
  border: none;
}

.lastArt {
  margin-right: 0px;
}

.cg {
  color: #ffc000;
}

.cgr {
  color: #35695D;
}

.cr {
  color: #ff2c00;
}

.lmp {
  height: 70px;
}

#ttContainer {
  margin-top: 50px;
  height: 70px;
  background: url('/images/ttlogo.png');
  background-repeat: no-repeat;
  background-position: 0% 50%;
  margin-left: -27px;
  padding-top: 70px;
  max-width: 1400px;
  margin: 0 auto;
}

#ttMsg {
  height: 50px;
  line-height: 50px;
  border-top: 1px dotted #8fa797;
  border-bottom: 1px dotted #8fa797;
  margin-left: 27px;
  padding-left: 10px;
  text-align: center;
  font-size: 24px;
}

#socialRibbon {
  position: fixed;
  left: 5px;
  top: 175px;
}

#loginBtn {
  position: absolute;
  top: 0px;
  right: 30px;
  width: 110px;
  height: 33px;
  background: url('/images/login.jpg');
}

#accountBtn {
  position: absolute;
  top: 0px;
  right: 30px;
  width: 110px;
  height: 33px;
  display: none;
  background: url('/images/account.jpg');
}

#cartBtn {
  position: absolute;
  top: 0px;
  right: 140px;
  width: 185px;
  height: 35px;
  background: url('/images/mandje.png');
}

.mandje table th {
  border-spacing: 0;
}

.mandje table th {
  background-color: #efefef;
  border: none;
  padding: 10px;
  font-size: 15px;
  border-spacing: 0;
  font-family: "effra", sans-serif;
}

.mandje table td {
  padding: 10px;
  font-family: "effra", sans-serif;
}

#bc {
  box-sizing: border-box;
  max-width: 1400px;
  margin: 0 auto;
  font-weight: 200;
  color: #000;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 10px;
}

#bc span {
  margin: 0 5px;
}

.pwreset h1 {
  margin-top: 0;
}

.pwreset form {
  width: 100%;
  border: 1px solid #dedede;
  padding: 25px;
  max-width: 500px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.pwreset input[type=text] {
  width: 100%;
}

.pwreset input[type=submit] {}

.noItem {
  float: left;
  margin-right: 20px;
  height: 400px;
}

.noItem img {
  -webkit-box-shadow: #888888 0 0 4px;
  border: 1px solid #CECECE;
  box-shadow: #888888 0 0 4px;
  padding: 4px;
}

.cat {
  color: #252525;
  font-family: 'effra', sans-serif;
  font-weight: 200;
}

#cats a:hover {
  color: #346A5F;
}

.artikelInfo {
  float: left;
  margin-left: 25px;
  width: 240px;
}

.artCats {
  float: right;
  margin-left: 25px;
  width: 200px;
}

#OL {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  text-align: center;
  background: url('../images/overlay.png');
  display: none;
  z-index: 99999999999999999999999999999;
}

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

#logmein {
  width: 500px;
  height: 450px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0px;
  margin: auto;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
}

#logmein #txt {
  width: 100%;
  background-color: #fff;
  padding: 30px;
  position: relative;
}

#logmein #txt>.sp {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#logmein #txt button {
  background-color: #346A5F;
  color: white;
  border: 2px solid #346A5F;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Rokkitt, serif;
  cursor: pointer;
}

#logmein #closeme {
  position: absolute;
  right: 5px;
  top: 5px;
}

#closeme img {
  border: none;
}

#closeme a {
  text-decoration: none;
  border: none;
}

#closeme a:hover {
  color: #6c6c6c;
}

#logmein input {
  border: 1px solid #a9a9a9;
  width: 100%;
  padding: 10px;
  padding-left: 10px !important;
  font-family: "effra", sans-serif;
  font-size: 18px;
  margin-top: 15px;
  font-weight: 400;
}

.ttItems {
  color: #35695d;
  font-family: 'effra', sans-serif;
  text-transform: uppercase;
  font-size: .8em;
}

h1.artD {
  font-family: Arial;
  font-size: 18px;
}

#logoCv {
  position: absolute;
  left: 50%;
  top: 0px;
  height: 220px;
  width: 220px;
  margin-left: -110px;
  z-index: 99;
}

#OLN {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  text-align: center;
  background: url('../images/overlay.png');
  display: none;
  z-index: 99999999999999999999999999999;
}

#kdr {
  width: 400px;
  height: 350px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 12px solid rgba(0, 0, 0, 0.5);
  padding: 0px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  /* for Firefox */
  -webkit-border-radius: 12px;
  /* for Webkit-Browsers */
  margin: auto;
}

#kdr #txt {
  background: #f8f8f8;
  width: 392px;
  height: 342px;
  padding-right: 8px;
  padding-top: 8px;
}

a.toev {
  cursor: pointer;
  background-color: #346A5F;
  height: 44px;
  color: white;
  padding: 0 30px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

#logo2 {
  display: none;
}

.resdiv {
  margin-top: 10px;
  margin-left: 20px !important;
  display: none;
}

#dloadBar img {
  width: 80px;
}

.opencats {
  font-family: inherit !important;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 20px;
  cursor: pointer;
  padding-bottom: 5px;
  border-bottom: 1px solid #33695C;
}

.opencats img {
  float: right;
  width: 25px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.activated {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}


@media all and (max-width: 1300px) {
  .navigatie .innernav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .navigatie .innernav li>a {
    font-size: 14px;
  }

}
@media all and (max-width: 1100px) {
  #logo {
    background-image: none;
  }
  #enveloppe {
    display: none;
  }
  .mooimandje {
    display: none !important;
  }

  .resdiv {
    display: block;
  }
  #logo {
    width: 100%;
  }
  #logo2 {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 105px;
    z-index: 50;
  }
  #menuItem1,
  #menuItem2,
  #menuItem3,
  #menuItem4 {
    position: relative;
    float: left;
  }
  #socialRibbon {
    display: none;
  }
  .ressocial {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 0 5px 0;
    background-color: white;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .ressocial a {
    margin: 0 20px;
  }
  .noItem {
    width: 33.33%;
    margin-right: 0;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    min-height: 480px;
    padding-bottom: 50px;
    position: relative;
  }
  .noItem img {
    width: 100%;
  }
  .noItem a:last-child {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    padding: 5px;
    width: 95%;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    background-color: #35695d;
    border: 1px solid #35695d;
    color: white;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .noItem a:last-child:hover {
    background-color: transparent;
    color: #35695d;
  }
  .noItem a:last-child span {
    display: none;
  }
}

@media all and (max-width: 1050px) {
  .navigatie .innernav,
  .navigatie .search {
    display: none;
  }

  .navigatie {
    border-bottom: 1px solid #d1d1d1;
  }

  .menubutton {
    display: block;
    margin-bottom: 23px;
  }
}

@media all and (max-width: 1000px) {
  .categoriearticle {
    width: 33.33%;
    position: relative;
  }
}

@media all and (max-width: 980px) {
  .contactMainRight {
    display: none !important;
  }
  #contactak {
    display: none;
  }
  #footer {
    margin-top: 50px;
  }
  #newsContent h2 {
    text-align: center;
  }
  #newsContent p {
    text-align: center;
  }
  #contactMainleft1 {
    width: 100% !important;
  }
  #contactMainleft {
    width: 100% !important;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #contactMainleft br {
    display: none;
  }



  #contactMainleft input {
    padding: 10px !important;
    width: 48% !important;
    margin-left: 0 !important;
    box-sizing: border-box;
    float: left !important;
    height: auto !important;
    background-color: transparent !important;
  }

  .account_form > div input {
    width: 100% !important;
  }


  #contactMainRight {
    width: 100% !important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    text-align: right;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #contactMainRight textarea {
    width: 100% !important;
    box-sizing: border-box;
  }
  .contactSend {
    margin: 0 auto;
    display: block;
    background-color: #35695d !important;
    color: white !important;
    margin-top: 0 !important;
    float: inherit !important;
    margin-bottom: 20px;
    font-size: 1em;
  }
  .cg {
    display: none;
  }
  #enveloppe {
    display: none;
  }
  #ffirst {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    float: inherit;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'effra', sans-serif;
  }
  #fsecond {
    margin: 0 auto;
    display: block;
    float: inherit;
  }
  #ttContainer {
    display: none;
  }
  #footer {
    position: relative;
    height: auto;
    padding-top: 20px;
    box-sizing: border-box;
  }
  #footerContent {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-family: 'effra', sans-serif !important;
  }
  .sbp {
    width: 100%;
    box-sizing: border-box;
  }
  #mainContent {
    width: 100%;
    box-sizing: border-box;
  }
  #slider {
    box-sizing: border-box;
    width: 100%;
  }
  #slider .container {
    height: auto !important;
    padding: 0 !important;
    overflow: hidden;
  }
  .bx-wrapper {
    margin: 0;
    padding-bottom: 25px;
    background-color: #333333;
  }
  .bx-wrapper .bx-viewport {
    width: 100% !important;
    left: 0;
  }
  .bxslider {
    height: 100% !important;
    left: -3px;
  }
  .bxslider li {
    height: auto !important;
  }
  .actImg {
    width: 100%;
    box-sizing: border-box;
  }
  #pictureFrame {
    width: 100%;
    box-sizing: border-box;
  }
  .addthis_button_facebook,
  .addthis_button_twitter {
    float: right !important;
  }
  .addthis_button_facebook span {
    width: 30px !important;
    line-height: 30px !important;
    height: 30px !important;
  }
  .addthis_button_facebook span svg {
    width: 30px !important;
    height: 30px !important;
  }
  .addthis_button_twitter span {
    width: 30px !important;
    line-height: 30px !important;
    height: 30px !important;
  }
  .addthis_button_twitter span svg {
    width: 30px !important;
    height: 30px !important;
  }
  #dloadBar img {
    width: 100px;
  }
  #contactMainleft input[type="submit"] {
    display: block;
    float: right !important;
    background-image: none !important;
    background-color: #35695D !important;
    color: white !important;
    margin-right: 0 !important;
  }
  .artikelInfo {
    box-sizing: border-box;
    width: 31.33%;
    margin-left: 2%;
  }
  .respdetailmain {
    width: 66.66%;
    min-height: 400px;
    box-sizing: border-box;
    border: 1px solid #38907b;
    padding: 10px;
  }
  .respdetailmain img {
    width: 100%;
  }
  .resproddetailcats a {
    width: 33.33%;
  }
}

@media all and (max-width: 950px) {
  .homeFk {
    width: 100%;
    border: none;
    padding: 0;
    margin-top: 20px;
  }

  #homecnt {
    width: 100%;
  }
}

@media all and (max-width: 860px) {
  .articleoverview a {
    width: 32.33%;
  }
}

@media all and (max-width: 800px) {
  .noItem {
    padding: 20px;
    width: 50%;
    min-height: 500px;
  }
  .noItem a:last-child {
    bottom: 20px;
  }
  .categoriearticle {
    width: 50%;
    position: relative;
  }


}

@media all and (max-width: 700px) {
  .resproddetailcats a {
    width: 50%;
  }
  .articleoverview a {
    width: 49%;
  }
  .productinformation {
    width: 100%;
  }
  .productimage {
    width: 100%;
  }

  .resnav {
    width: 100%;
  }

  .account_form > div.half,
  .account_form > div.twothird,
  .account_form > div.onethird {
    width: 100% !important;
  }

  .account_form > div.halfthird {
    width: 49% !important;
  }
}


@media all and (max-width: 600px) {
  .topper {
    justify-content: center;
    background-color: #32353A;
    padding-bottom: 0;
  }

  .navigatie {
    align-items: center;
    padding-top: 50px;
  }

  .navigatie .search {
    margin-bottom: 0;
    display: none;
  }

  .navigatie .logo {
    width: 90px;
  }

  .menubutton {
    margin-bottom: 0;
  }

  .topper .login {
    margin-left: 0;
  }

  .overzicht_titel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 10px;
  }

  .overzicht_titel select {
    width: 100%;
    margin-top: 10px;
  }
}

@media all and (max-width: 580px) {
  #contactMainleft input {
    width: 100% !important;
  }
  .noItem {
    min-height: 100px;
    width: 100%;
  }
  .redHR {
    display: none;
  }
  #homecnt {
    margin-bottom: 30px;
  }
  .resproddetailcats a {
    width: 100%;
  }
  p {
    font-size: 1.2em;
  }
  .categoriearticle {
    width: 100%;
    position: relative;
  }
  .lmp {
    height: auto;
  }
}

@media all and (max-width: 500px) {
  .articleoverview a h5 {
    font-size: .9em;
    height: 70px;
  }

  h1 {
    font-size: 25px;
  }

  h2,
  .homeFk h2 {
    font-size: 20px;
  }

  #homecnt p {
    font-size: 16px;
  }


}

@media all and (max-width: 500px) {
  .articleoverview a {
    width: 100%;
  }
}

@media all and (max-width: 650px) {

  #homecnt {
    text-align: center;
  }

}

@media all and (max-width: 450px) {
  #logmein {
    width: 95%;
    height: 500px;
    box-sizing: border-box;
  }
  #logmein #txt {
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-right: 0;
    box-sizing: border-box;
  }
  #cartBtn,
  #loginBtn {
    display: none;
  }
  .cart,
  .log {
    display: block;
  }
  #logmein b {
    margin-top: 20px;
  }
  #logmein #closeme {
    margin-bottom: 30px;
  }
  #closeme {
    position: absolute;
    right: 0;
    top: 5px;
  }
  #logmein input {
    box-sizing: border-box;
    width: 95% !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
    float: inherit !important;
    background-image: none;
    margin-bottom: 10px;
  }
  #logmein input[type="image"] {
    width: auto !important;
    display: block;
    margin: 0 auto !important;
  }
}

@media all and (max-width: 350px) {
  .resnav {
    width: 100%;
  }

  .conta {
    display: none;
  }
}

#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;
}

#PLCookie article div {
  float: right;
}

#PLCookie article span {
  display: block;
  padding-top: 6px;
  margin-right: 200px;
}

#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;
}

@media all and (max-width: 550px) {
  #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;
  }
}

#PL_privacy {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.privcnt {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: .8em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  height: 20px;
}

.privcnt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.privcnt a {
  height: 100%;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  color: black;
  font-weight: 700;
  color: #35695d;
  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: #35695d;
}

.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);
}


/* GDPR */

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

#content-container h1 {
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #346A5F;
  margin-bottom: 20px;
  margin-top: 50px;
}

#content-container h2 {
  color: #346A5F;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1em;
  cursor: pointer;
  padding-left: 15px;
}

#content-container h3 {
  background: #346A5F;
  color: #fff !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  padding: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}

#content-container h3 span {
  position: absolute;
  z-index: 1;
  background: transparent url("/images/cross_w.png") no-repeat;
  display: inline-block;
  width: 15px;
}

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

#content-container p {
  padding: 20px;
  line-height: 170%;
  color: #7e7e7e;
  font-size: 16px;
}

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

#content-container table {
  width: 100%;
}

#content-container a {
  color: #346A5F;
  font-weight: 700;
}

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

#content-container thead {
  background-color: #4C4C4C;
  color: #fff;
}

#content-container thead th {
  border: 1px solid #353535;
  padding: 10px;
}

#content-container tbody td {
  border: 1px solid #353535;
  color: #7e7e7e;
  line-height: 150%;
  padding: 5px;
}

#content-container tbody td p {
  padding: 0px;
}

#content-container ul {
  padding-left: 20px;
  line-height: 170%;
  color: #7e7e7e;
  list-style-type: disc;
}


/* Einde GDPR */