/* https://www.pavera.be/css/A.reset.css.pagespeed.cf.G3Thzcwx3w.css 

 */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:-.25em}sup{top:-.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 #ccc;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}
/* https://www.pavera.be/css/index.css 

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

.navigatie .innernav li {
  width: 14.28%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.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: 15px;
  display: inline-block;
  font-family: Rokkitt, serif;
  padding: 15px 10px;
}

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

.navigatie .innernav li>div a {
  font-size: 16px;
  font-weight: 100;
  color: #353535;
  width: 31%;
  display: inline-block;
  padding: 6px 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;
  padding-right: 35px;
}

#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 */
/* https://www.pavera.be/css/A.selection.css.pagespeed.cf.V_xkNy2FDQ.css 

 */@font-face{font-family:'Font Awesome 6 Pro';font-style:normal;font-weight:300;font-display:block;src:url(../webfonts/fa-light-300.woff2) format("woff2") , url(../webfonts/fa-light-300.ttf) format("truetype")}@font-face{font-family:'Font Awesome 6 Pro';font-style:normal;font-weight:100;font-display:block;src:url(../webfonts/fa-thin-100.woff2) format("woff2") , url(../webfonts/fa-thin-100.ttf) format("truetype")}@font-face{font-family:'Font Awesome 6 Duotone';font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-duotone-900.woff2) format("woff2") , url(../webfonts/fa-duotone-900.ttf) format("truetype")}@font-face{font-family:'Font Awesome 6 Pro';font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2") , url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa{font-family:"Font Awesome 6 Pro";font-family: var(--fa-style-family, "Font Awesome 6 Pro");font-weight:900;font-weight:var(--fa-style,900)}.fa,.fas,.fa-solid,.far,.fa-regular,.fal,.fa-light,.fat,.fa-thin,.fad,.fa-duotone,.fab,.fa-brands{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-delay:0;animation-delay:0;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-fade,.fa-flash,.fa-flip,.fa-pulse,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }.fal,.fa-light{font-family:'Font Awesome 6 Pro';font-weight:300}.fat,.fa-thin{font-family:'Font Awesome 6 Pro';font-weight:100}.fad,.fa-duotone{position:relative;font-family:'Font Awesome 6 Duotone';font-weight:900}.fas,.fa-solid{font-family:'Font Awesome 6 Pro';font-weight:900}.fad::before,.fa-duotone::before{position:absolute;color:inherit;color:var(--fa-primary-color,inherit);opacity:1;opacity:var(--fa-primary-opacity,1)}.fad::after,.fa-duotone::after{color:inherit;color:var(--fa-secondary-color,inherit);opacity:.4;opacity:var(--fa-secondary-opacity,.4)}.fa-angle-down::before{content:"\f107"}.fa-angle-left::before{content:"\f104"}.fa-angle-right::before{content:"\f105"}.fa-magnifying-glass::before{content:"\f002"}.fa-trash-can::before{content:"\f2ed"}.fa-check-circle::before{content:"\f058"}.fad.fa-check-circle::after,.fa-duotone.fa-check-circle::after{content:"\f058\f058"}.fa-cart-shopping::before{content:"\f07a"}.fad.fa-cart-shopping::after,.fa-duotone.fa-cart-shopping::after{content:"\f07a\f07a"}.fa-user::before{content:"\f007"}.fad.fa-user::after,.fa-duotone.fa-user::after{content:"\f007\f007"}.fa-house::before{content:"\f015"}.fad.fa-house::after,.fa-duotone.fa-house::after{content:"\f015\f015"}.fa-circle-notch::before{content:"\f1ce"}
/* https://fonts.googleapis.com/css?family=Rokkitt:700 

 */@font-face {
  font-family: 'Rokkitt';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/rokkitt/v28/qFdb35qfgYFjGy5hukqqhw5XeRgdi1oVcKDMGbo.ttf) format('truetype');
}

/* https://www.pavera.be/css/lightbox.css+slick.css.pagespeed.cc.ww4F2B6-8x.css 

 */#lightbox{
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
  }

#lightbox a img{ border: none; }

#outerImageContainer{
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  }

#imageContainer{
  padding: 10px;
  }

#loading{
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
  }
#hoverNav{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
  width: 49%;
  height: 100%;
  background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
  display: block;
  }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  }

#imageData{
  padding:0 10px;
  }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;  }
#imageData #numberDisplay a { color: black; padding-left: 5px; padding-right: 5px;}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;  }
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6 !important;
  display: none;
  }


.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  }

* html>body .clearfix {
  display: inline-block; 
  width: 100%;
  }

* html .clearfix {
  /* Hides from IE-mac \*/
  height: 1%;
  /* End hide from IE-mac */
  } 

#lightboxIframe {
  display: none;
} 
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* https://use.typekit.net/ptt7wwv.css 

 *//*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * effra:
 *   - http://typekit.com/eulas/00000000000000003b9b489b
 *   - http://typekit.com/eulas/00000000000000003b9b489e
 *   - http://typekit.com/eulas/00000000000000003b9b4898
 *
 * © 2009-2022 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2021-10-28 09:53:51 UTC"}*/

@import url("https://p.typekit.net/p.css?s=1&k=ptt7wwv&ht=tk&f=9785.9787.9789&a=88090793&app=typekit&e=css");

@font-face {
font-family:"effra";
src:url("https://use.typekit.net/af/2dce9d/00000000000000003b9b489b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/2dce9d/00000000000000003b9b489b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/2dce9d/00000000000000003b9b489b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}

@font-face {
font-family:"effra";
src:url("https://use.typekit.net/af/23ddd7/00000000000000003b9b489e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/23ddd7/00000000000000003b9b489e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/23ddd7/00000000000000003b9b489e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}

@font-face {
font-family:"effra";
src:url("https://use.typekit.net/af/a61338/00000000000000003b9b4898/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/a61338/00000000000000003b9b4898/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/a61338/00000000000000003b9b4898/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:300;font-stretch:normal;
}

.tk-effra { font-family: "effra",sans-serif; }

:root {
  --cb-bg: #ffffff;
  --cb-fg: #111827;
  --cb-muted: #6b7280;
  --cb-primary: #346a5f;
  --cb-primary-contrast: #ffffff;
  --cb-border: #e5e7eb;
  --cb-shadow: 0 10px 30px rgba(0,0,0,0.12);
  --cb-radius: 16px;
  --cb-spacing: 16px;
  --cb-maxw: 760px;

  /* Toggle */
  --tgl-track-off: #e5e7eb;
  --tgl-track-on: var(--cb-primary);
  --tgl-knob: #ffffff;
  --tgl-height: 28px;
  --tgl-width: 48px;
  --tgl-pad: 3px;
}

.cookie-banner {
  position: fixed;
  inset: auto var(--cb-spacing) var(--cb-spacing) var(--cb-spacing);
  background: var(--cb-bg);
  color: var(--cb-fg);
  border: 1px solid var(--cb-border);
  border-radius: var(--cb-radius);
  box-shadow: var(--cb-shadow);
  max-width: var(--cb-maxw);
  z-index: 2147483647;
  padding: calc(var(--cb-spacing) * 1.25);
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.cookie-banner [hidden] { display: none !important; }

.cookie-title {
  font-size: 1.125rem;
  margin: 0 0 8px 0;
}

.cookie-copy {
  margin: 0 0 16px 0;
  color: var(--cb-muted);
  line-height: 1.5;
}

.cookie-link {
  color: var(--cb-primary);
  text-decoration: underline;
}

.cookie-actions {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}

.cookie-actions:not([hidden]) { display: grid; }

.cookie-actions.advanced-view:not([hidden]) { display: block; }

.advanced-view .advanced-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
}

.btn {
  appearance: none;
  border: 1px solid var(--cb-border);
  background: #fff;
  color: var(--cb-fg);
  padding: 10px 14px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
}
.btn:hover { filter: brightness(0.98); }
.btn:active { transform: translateY(1px); }

.btn-primary {
  background: var(--cb-primary);
  color: var(--cb-primary-contrast);
  border-color: var(--cb-primary);
}
.btn-outline {
  background: transparent;
  color: var(--cb-primary);
  border-color: var(--cb-primary);
}
.btn-ghost {
  background: transparent;
  color: var(--cb-fg);
  border-color: var(--cb-border);
}

.advanced-view .advanced-actions .btn { width: 100%; }

.cookie-toggles {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0 0 8px 0;
  border: 0;
}

.toggle {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border: 1px solid var(--cb-border);
  border-radius: 12px;
  cursor: pointer;
}

.toggle .toggle-label {
  display: grid;
  line-height: 1.2;
  font-weight: 600;
}
.toggle .toggle-label small {
  font-weight: 400;
  color: var(--cb-muted);
}

/* iOS-like slider */
.toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.toggle .slider {
  position: relative;
  width: var(--tgl-width);
  height: var(--tgl-height);
  background: var(--tgl-track-off);
  border-radius: var(--tgl-height);
  transition: background 0.2s ease;
  border: 1px solid rgba(0,0,0,0.05);
}
.toggle .slider::after {
  content: "";
  position: absolute;
  top: var(--tgl-pad);
  left: var(--tgl-pad);
  width: calc(var(--tgl-height) - var(--tgl-pad) * 2);
  height: calc(var(--tgl-height) - var(--tgl-pad) * 2);
  background: var(--tgl-knob);
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.25);
  transition: transform 0.2s ease;
}
.toggle input:checked + .slider {
  background: var(--tgl-track-on);
}
.toggle input:checked + .slider::after {
  transform: translateX(calc(var(--tgl-width) - var(--tgl-height)));
}

/* Accessibility helpers */
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); border: 0;
}

/* Responsive */
@media (max-width: 520px) {
  .cookie-actions {
    grid-template-columns: 1fr;
  }
}
