/*
 * maatwerk.css
 * Klant:        https://boersemapc.nl
 * Gegenereerd:  2026-06-23 09:02
 * Basis:        https://www.cmspecialist-freeze.nl/skin_default/
 *
 * Bevat uitsluitend selectors/properties die afwijken van of ontbreken
 * in de basis-CSS. Automatisch gegenereerd door css_diff.py.
 */

/* === style.css === */
body {
  margin: 0 auto;
  background: #F7F7F7;
  line-height: 1.75em;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  color: #666;
}
#art-main {
  left: 0;
  top: 0;
  overflow: hidden;
}
.art-Sheet {
  z-index: 0;
  width: 1000px;
  min-width: 11px;
  min-height: 11px;
  padding: 0;
}
.art-Sheet-body {  /* nieuw */
  position: relative;
  z-index: 1;
  padding: 0;
  background-color: #fff;
}
.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover {  /* nieuw */
  text-align: left;
  text-decoration: none;
  outline: none;
  letter-spacing: normal;
  word-spacing: normal;
}
.art-menu, .art-menu ul {
  border: 0;
  display: block;
}
.art-menu li {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  z-index: 5;
  background: none;
}
.art-menu li:hover {  /* nieuw */
  z-index: 10000;
  white-space: normal;
}
a.knop, a.button {  /* nieuw */
  background: #003aa9;
  padding: 10px 15px;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 5px;
  font-size: 15px;
  margin-top: 5px;
  display: inline-block;
  line-height: unset;
}
.art-menu ul:before {
  border-bottom: 10px solid #003AA9;
}
.art-menu ul {
  z-index: 10;
  background: #003AA9 repeat-x scroll 0 0 transparent !important;
  box-shadow: 0 5px 119px -17px rgba(0, 0, 0, 0.15);
  top: 100%;
}
.art-menu ul li a {
  background: #003AA9;
  font-weight: bold;
  transition: 0.3s ease;
}
.art-menu ul li a:hover {
  background: #002A99;
}
.art-menu ul li a.active {
  font-weight: bold;
  background: #002A99;
}
.art-menu ul li a.active:before {
  color: #fff;
}
.bovenkant {
  background: none repeat scroll 0 0 #DDE2EB;
    border-top: 5px solid #003AA9;
    width: 100%;
}
/* ⚠ selector gepromoveerd van '.art-nav' (was minder specifiek dan basis) */
.bovenkant .art-nav {  /* nieuw – selector gepromoveerd voor specificiteit */
  background: url(images/menuBg.png) repeat-x scroll 0 0 transparent;
  height: 78px;
  padding-left: 214px;
  position: absolute;
  top: 0;
  width: 786px;
  z-index: 19;
}
.art-nav .l, .art-nav .r {  /* nieuw */
  position: absolute;
  z-index: -1;
  top: 0;
  height: 78px;
}
.art-nav .l {  /* nieuw */
  left: 0;
  right: 5px;
}
.art-nav .r {  /* nieuw */
  right: 0;
  width: 1000px;
  clip: rect(auto, auto, auto, 995px);
}
ul.art-menu li ul a {  /* nieuw */
  color: #fff;
  display: block !important;
  padding: 3px 15px;
  line-height: 22px;
  border: 0;
}
ul.art-menu li ul a::before {display: none;}
.art-menu a {  /* nieuw */
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  margin-right: 0;
  margin-left: 0;
}
.art-menu a .r, .art-menu a .l {  /* nieuw */
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
}
.art-menu a .l {  /* nieuw */
  left: 0;
  right: 0;
}
.art-menu a .r {  /* nieuw */
  width: 400px;
  right: 0;
  clip: rect(auto, auto, auto, 400px);
}
.art-menu li a .t {  /* nieuw */
  color: #FFF;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  line-height: 5.2em;
  margin: 0;
  padding: 0 16px;
  text-align: center;
  text-shadow: 1px 1px 3px #000;
}
.art-menu a:hover .t {  /* nieuw */
  color: #eee;
}
.art-menu li:hover a .t {  /* nieuw */
  color: #eee;
}
.art-menu li:hover > a .t {  /* nieuw */
  color: #eee;
}
.art-menu a.active .t {  /* nieuw */
  color: #fff;
}
.art-menu .separatorHouder {  /* nieuw */
  display: none !important;
}
.art-contentLayout {  /* nieuw */
  position: relative;
  margin-bottom: 0;
  width: 1000px;
}
.art-Block {
  margin: 0 auto 0;
  z-index: 0;
  overflow: hidden;
  padding: 10px;
}
.art-Block > .h2 {display: none;}
.art-BlockHeader {
  padding: 0 10px;
  z-index: 0;
}
.art-BlockHeader .t {
  height: 20px;
  line-height: 20px;
  padding: 0 1px;
  white-space: nowrap;
  color: #000;
  font-family: Puritan, Arial, Helvetica, Sans-Serif;
  font-size: 19px;
  font-style: normal;
  margin-bottom: -0.5em;
}
.art-BlockHeader .l, .art-BlockHeader .r {  /* nieuw */
  display: block;
  position: absolute;
  z-index: -1;
  height: 20px;
}
.art-BlockHeader .l {  /* nieuw */
  left: 0;
  right: 8px;
}
.art-BlockHeader .r {  /* nieuw */
  width: 1000px;
  right: 0;
  clip: rect(auto, auto, auto, 992px);
}
.art-BlockContent {  /* nieuw */
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 17px;
  min-height: 17px;
}
.art-BlockContent-body {  /* nieuw */
  position: relative;
  z-index: 1;
  padding: 10px 10px 10px 10px;
  color: #787878;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
}
.art-BlockContent-tr, .art-BlockContent-tl, .art-BlockContent-br, .art-BlockContent-bl, .art-BlockContent-tc, .art-BlockContent-bc, .art-BlockContent-cr, .art-BlockContent-cl {  /* nieuw */
  position: absolute;
  z-index: -1;
}
.art-BlockContent-tr, .art-BlockContent-tl, .art-BlockContent-br, .art-BlockContent-bl {  /* nieuw */
  width: 16px;
  height: 16px;
  background-image: url(images/BlockContent-s.png);
}
.art-BlockContent-tl {  /* nieuw */
  top: 0;
  left: 0;
  clip: rect(auto, 8px, 8px, auto);
}
.art-BlockContent-tr {  /* nieuw */
  top: 0;
  right: 0;
  clip: rect(auto, auto, 8px, 8px);
}
.art-BlockContent-bl {  /* nieuw */
  bottom: 0;
  left: 0;
  clip: rect(8px, 8px, auto, auto);
}
.art-BlockContent-br {  /* nieuw */
  bottom: 0;
  right: 0;
  clip: rect(8px, auto, auto, 8px);
}
.art-BlockContent-tc, .art-BlockContent-bc {  /* nieuw */
  left: 8px;
  right: 8px;
  height: 16px;
  background-image: url(images/BlockContent-h.png);
}
.art-BlockContent-tc {  /* nieuw */
  top: 0;
  clip: rect(auto, auto, 8px, auto);
}
.art-BlockContent-bc {  /* nieuw */
  bottom: 0;
  clip: rect(8px, auto, auto, auto);
}
.art-BlockContent-cr, .art-BlockContent-cl {  /* nieuw */
  top: 8px;
  bottom: 8px;
  width: 16px;
  background-image: url(images/BlockContent-v.png);
}
.art-BlockContent-cr {  /* nieuw */
  right: 0;
  clip: rect(auto, auto, auto, 8px);
}
.art-BlockContent-cl {  /* nieuw */
  left: 0;
  clip: rect(auto, 8px, auto, auto);
}
.art-BlockContent-cc {  /* nieuw */
  position: absolute;
  z-index: -1;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  background-color: #EDEDED;
}
.art-BlockContent-body a:link {  /* nieuw */
  color: #0c4e82;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}
.art-BlockContent-body a:visited, .art-BlockContent-body a.visited {  /* nieuw */
  color: #0c4e82;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}
.art-BlockContent-body a:hover, .art-BlockContent-body a.hover {  /* nieuw */
  color: #000;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}
.art-BlockContent-body ul {  /* nieuw */
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.art-BlockContent-body ul li {  /* nieuw */
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  text-decoration: none;
}
.art-Post {  /* nieuw */
  position: relative;
  z-index: 0;
  margin: 10px;
  min-width: 1px;
  min-height: 1px;
}
.art-Post-body {  /* nieuw */
  padding: 20px 25px;
  position: relative;
  z-index: 1;
}
.art-article img, img.art-article {  /* nieuw */
  margin: 1em;
}
.art-metadata-icons img {  /* nieuw */
  border: none;
  vertical-align: middle;
  margin: 2px;
}
.art-article table, table.art-article {  /* nieuw */
  border-collapse: collapse;
  margin: 1px;
  width: auto;
}
.art-article table, table.art-article .art-article tr, .art-article th, .art-article td {  /* nieuw */
  background-color: Transparent;
}
.art-article th {  /* nieuw */
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}
pre {  /* nieuw */
  overflow: auto;
  padding: 0.1em;
}
.art-PostHeader {  /* nieuw */
  text-decoration: none;
  margin: 0.2em 0;
  padding: 0;
  font-weight: bold;
  font-style: normal;
  letter-spacing: normal;
  word-spacing: normal;
  font-variant: normal;
  text-transform: none;
  text-align: left;
  text-indent: 0;
  line-height: inherit;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  color: #404040;
}
.art-PostHeader a, .art-PostHeader a:link, .art-PostHeader a:visited, .art-PostHeader a:hover {  /* nieuw */
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  margin: 0;
  color: #404040;
}
.art-PostHeader a:link {  /* nieuw */
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #0c4e82;
}
.art-PostHeader a:visited, .art-PostHeader a.visited {  /* nieuw */
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #0c4e82;
}
.art-PostHeader a:hover, .art-PostHeader a.hovered {  /* nieuw */
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #000;
}
.art-PostContent p {  /* nieuw */
  margin: 0.5em 0;
}
.art-PostContent, .art-PostContent p {  /* nieuw */
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  letter-spacing: 0;
  text-align: left;
  color: #545454;
}
.art-PostContent {  /* nieuw */
  margin: 0;
}
/* ⚠ let op: basis heeft meerdere specifiekere selectors (.art-menu li a, .art-menu ul li a, .art-menu ul li:last-child a); controleer handmatig welke van toepassing is en pas de selector zo nodig aan */
a {  /* nieuw */
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #003AA9;
}
a:link {
  font-family: Arial, Helvetica, Sans-Serif;
  color: #003AA9;
}
a:visited, a.visited {
  font-family: Arial, Helvetica, Sans-Serif;
  color: #003AA9;
}
a:hover, a.hover {
  font-family: Arial, Helvetica, Sans-Serif;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {  /* nieuw */
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  margin: 0;
  line-height: 1.5em;
}
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {  /* nieuw */
  color: #000;
  font-family: Puritan, Arial, Helvetica, Sans-Serif;
  font-size: 23px;
  font-style: normal;
  font-weight: bold;
}
h2, .h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
  color: #000;
  font-family: Puritan, Arial, Helvetica, Sans-Serif;
  font-size: 19px;
  font-style: normal;
  font-weight: bold;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {  /* nieuw */
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  color: #000;
}
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover {  /* nieuw */
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  color: #000;
}
h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover {  /* nieuw */
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  color: #000;
}
h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover {  /* nieuw */
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  color: #000;
}
ol, ul {
  margin: 1em 0 1em 2em;
  padding: 0;
  font-family: Arial, Helvetica, Sans-Serif;
}
li {
  margin: 0.2em 0;
}
ol {
  list-style-position: inside;
}
.art-Post li {  /* nieuw */
  padding: 0;
}
.art-Post ol li, .art-Post ul ol li {  /* nieuw */
  background: none;
  padding-left: 0;
}
blockquote {
  background: none repeat scroll 0 0 #F9F9F9;
  border: 1px solid #ccc;
  font-style: italic;
  margin: 0;
  margin-bottom: 15px;
  padding: 15px;
  border-left: 3px solid #003EAD;
  font-size: 13px;
  text-align: left;
}
blockquote p {
  margin: 0;
}
.art-button-wrapper .art-button {  /* nieuw */
  display: block;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 26px;
  margin: 0 !important;
  padding: 0 10px !important;
  overflow: visible;
  cursor: default;
  text-decoration: none !important;
  z-index: 0;
  vertical-align: middle;
  height: 26px;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  color: #FCFCFC !important;
}
.art-button img, .art-button-wrapper img {  /* nieuw */
  margin: 0;
}
.art-button-wrapper {  /* nieuw */
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 26px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  z-index: 0;
}
.firefox2 .art-button-wrapper {  /* nieuw */
  display: block;
  float: left;
}
input, select {  /* nieuw */
  vertical-align: middle;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
}
.art-button-wrapper.hover .art-button, .art-button:hover {  /* nieuw */
  color: #C4C4C4 !important;
  text-decoration: none !important;
}
.art-button-wrapper.active .art-button {  /* nieuw */
  color: #F2F2F2 !important;
}
.art-button-wrapper .l, .art-button-wrapper .r {  /* nieuw */
  display: block;
  position: absolute;
  z-index: -1;
  height: 78px;
  background-image: url(images/Button.png);
}
.art-button-wrapper .l {  /* nieuw */
  left: 0;
  right: 0;
}
.art-button-wrapper .r {  /* nieuw */
  width: 401px;
  right: 0;
  clip: rect(auto, auto, auto, 401px);
}
.art-button-wrapper.hover .l, .art-button-wrapper.hover .r {  /* nieuw */
  top: -26px;
}
.art-button-wrapper.active .l, .art-button-wrapper.active .r {  /* nieuw */
  top: -52px;
}
.art-Footer {  /* nieuw */
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 1000px;
  margin: 5px auto 0 auto;
}
.art-Footer .art-Footer-inner {  /* nieuw */
  height: 1%;
  padding: 0 10px;
  position: relative;
  text-align: left;
  z-index: 0;
}
.art-Footer .art-Footer-background {  /* nieuw */
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  width: 1000px;
  height: 150px;
  bottom: 0;
  left: 0;
}
.art-Footer .art-Footer-text p {  /* nieuw */
  margin: 0;
}
.art-Footer .art-Footer-text {  /* nieuw */
  display: inline-block;
  color: #A5A782;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
}
.art-Footer .art-Footer-text a:link {  /* nieuw */
  text-decoration: none;
  color: #A5A782;
  font-family: Arial, Helvetica, Sans-Serif;
}
.art-Footer .art-Footer-text a:visited {  /* nieuw */
  text-decoration: none;
  color: #A5A782;
  font-family: Arial, Helvetica, Sans-Serif;
}
.art-Footer .art-Footer-text a:hover {  /* nieuw */
  text-decoration: underline;
  color: #A5A782;
  font-family: Arial, Helvetica, Sans-Serif;
}
.art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover {  /* nieuw */
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #949494;
}
.art-page-footer {  /* nieuw */
  margin: 1em;
  text-align: center;
  text-decoration: none;
  color: #949494;
}
.art-contentLayout .art-sidebar1 {  /* nieuw */
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 249px;
}
.art-contentLayout .art-content {  /* nieuw */
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 499px;
}
.art-contentLayout .art-content-sidebar1 {  /* nieuw */
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 748px;
}
.art-contentLayout .art-content-sidebar2 {  /* nieuw */
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 748px;
}
.art-contentLayout .art-content-wide {  /* nieuw */
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 997px;
}
.art-contentLayout .art-sidebar2 {  /* nieuw */
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 249px;
}
.bg2 {  /* nieuw */
  background: url(images/bg2.png) repeat scroll 0 0 transparent;
  height: 729px;
  position: absolute;
  top: -140px;
  width: 853px;
}
.galleryHouder.fotoAlbum:has(.flickity-slider) {  /* nieuw */
  width: 100%;
}
.galleryHouder.fotoAlbum:has(.flickity-slider) .carousel-cell-groot {  /* nieuw */
  aspect-ratio: 16/9;
  overflow: hidden;
}
.galleryHouder.fotoAlbum:has(.flickity-slider) .carousel-cell-groot, .galleryHouder.fotoAlbum:has(.flickity-slider) .carousel-cell-groot a.fancy, .galleryHouder.fotoAlbum:has(.flickity-slider) .carousel-cell-groot a.fancy img {  /* nieuw */
  width: 100%;
}
.galleryHouder.fotoAlbum:has(.flickity-slider) .carousel-nav {  /* nieuw */
  margin-top: 20px;
}

/* === substyle.css === */
textarea, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"] {  /* nieuw */
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  box-shadow: none;
  color: #666;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.5em;
  padding: 8px 10px;
  box-sizing: border-box;
  widows: 100%;
  transition: all 0.3s ease;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input:focus, textarea:focus, select:focus {
  border: 1px solid #003AA9;
}
input.verplicht, textarea.verplicht {
  background: #fff no-repeat scroll right 5px top 5px;
}
input.nietMeerVerplicht, .nietMeerVerplicht {
  background: #fff;
}
select {
  border: 1px solid #ccc;
  line-height: 1.5em;
}
input[type="radio"]:checked::before {
  color: #003AA9;
}
input[type="checkbox"]:checked::before {
  color: #003AA9;
}
.vak {  /* nieuw */
  position: relative;
}
.vak > .inhoud {  /* nieuw */
  max-width: 1600px;
  margin: 0 auto;
  padding: 30px 0;
  box-sizing: border-box;
}
.vak.grijs::before {  /* nieuw */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translatex(-50%);
  content: "";
  background: #ecf0f8;
  z-index: -2;
}
.CMSMenuLink1li {  /* nieuw */
  color: #777 !important;
  display: block;
  font-family: Arial, Helvetica, Sans-serif !important;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.75em;
  padding: 2px 2px 2px 10px;
  text-decoration: none !important;
  border-bottom: 1px solid #ccc;
}
.CMSMenuLink1liSel {
  background: none repeat scroll 0 0 #003AA9;
  color: #FFF !important;
  display: block;
  font-family: Arial, Helvetica, Sans-serif !important;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.75em;
  padding: 2px 2px 2px 10px;
  text-decoration: none !important;
}
.CMSMenuLink2li {  /* nieuw */
  color: #777 !important;
  display: block;
  font-family: Arial, Helvetica, Sans-serif !important;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.75em;
  padding: 2px 2px 2px 20px;
  text-decoration: none !important;
}
.CMSMenuLink2liSel {
  color: #003 !important;
  display: block;
  font-family: Arial, Helvetica, Sans-serif !important;
  font-size: 12px;
  line-height: 1.75em;
  padding: 2px 2px 2px 20px;
  text-decoration: none !important;
}
.CMSMenuLink3li {  /* nieuw */
  color: #777 !important;
  display: block;
  font-family: Arial, Helvetica, Sans-serif !important;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.75em;
  padding: 2px 2px 2px 30px;
  text-decoration: none !important;
}
.CMSMenuLink3liSel {
  color: #003 !important;
  display: block;
  font-family: Arial, Helvetica, Sans-serif !important;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.75em;
  padding: 2px 2px 2px 30px;
  text-decoration: none !important;
}
.CMSMenu1ul li {  /* nieuw */
  margin: 0;
}
.Taalkeuze_vlaggen {
  position: absolute;
  right: 0;
  text-align: left;
  top: 7px;
  z-index: 101;
}
.Taalkeuze_vlaggen ul li {
  display: inline;
  padding: 0 2px 0 2px;
}
.Taalkeuze_vlaggen.dropdownTaal {
  max-height: 30px;
  overflow: hidden;
  font-size: 13px;
  transition: 0.3s all ease;
  display: inline-block;
  margin: 0 0 0 10px;
  top: 0;
}
.Taalkeuze_vlaggen.dropdownTaal ul li {
  background: #FFF;
  padding: 0 5px;
}
.Taalkeuze_vlaggen.dropdownTaal.open {
  max-height: 150px;
  box-shadow: 0 0 50px -8px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 3px 3px;
  background: rgba(255, 255, 255, 1);
  z-index: 15;
}
.faq_bericht_holder {  /* nieuw */
  width: 100%;
}
.faq_bericht_titel {  /* nieuw */
  background: none repeat scroll 0 0 #EFEFEF;
  border: 1px solid #CCC;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
  padding: 5px 10px;
}
.faq_bericht_titel a:link {  /* nieuw */
  font-weight: bold;
}
.faq_bericht_titel a:visited, faq_bericht_titel a.visited {  /* nieuw */
  font-weight: bold;
}
.faq_bericht_titel a:hover, .faq_bericht_titel a.hover {  /* nieuw */
  font-weight: bold;
}
#faq_bericht_titel_active {  /* nieuw */
  font-weight: bold;
  color: #000;
  text-decoration: none;
  font-size: 110%;
}
.faq_bericht_bericht {  /* nieuw */
  border: 1px solid #CCC;
  border-top: 1px solid #eee;
  margin-top: -1px;
  padding: 5px 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.gbBericht {
  border: 1px solid #ddd;
  padding: 20px;
  width: 100%;
}
/* ⚠ selector gepromoveerd van '.gbHeader' (was minder specifiek dan basis) */
.gbBericht .gbHeader {  /* nieuw – selector gepromoveerd voor specificiteit */
  border-bottom: 1px solid #ddd;
  margin: 0 0 5px;
  padding: 0 0 5px;
  font-size: 14px;
}
/* ⚠ selector gepromoveerd van '.gbEmail' (was minder specifiek dan basis) */
.gbBericht .gbEmail {  /* nieuw – selector gepromoveerd voor specificiteit */
  text-align: right;
}
/* ⚠ selector gepromoveerd van '.gbNaam' (was minder specifiek dan basis) */
.gbBericht .gbNaam {  /* nieuw – selector gepromoveerd voor specificiteit */
  font-weight: bold;
}
.gbBreedteKol1 {
  padding-right: 10px;
}
.gb_aanmelden {
  padding: 4%;
}
.gb_message2 {
  width: 100% !important;
}
#gb_naam, #gb_email {  /* nieuw */
  width: 100% !important;
}
.gb_bericht_bericht {  /* nieuw */
  clear: both;
}
#gb_B .sluiten {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
#gbHolder {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
/* ⚠ selector gepromoveerd van '.gbdatum' (was minder specifiek dan basis) */
.gbBericht .gbdatum {  /* nieuw – selector gepromoveerd voor specificiteit */
  display: block;
  float: right;
  font-size: 13px;
  margin: 0 5px 0 0;
}
.gbdatum > span {  /* nieuw */
  display: inline-block;
  font-weight: normal;
  margin: 0;
}
.gbdatum > span::after {  /* nieuw */
  content: "-";
  margin: 0 2px;
}
.gbdatum > span:last-child::after {  /* nieuw */
  display: none;
}
.nieuws.lijst .bericht {
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.nieuws.lijst .bericht .datum {
  float: right;
}
.nieuws.lijst .bericht .inhoud {
  border-top: 1px solid #e9e9e9;
}
.nieuws.lijst .bericht .nieuwsboven {
  background: #eee;
}
.nieuws.lijst .bericht .datum .type5 .dag, .nieuws.lijst .bericht .datum .type6 .dag {
  background: #eee;
}
.nieuws.lijst .bericht .datum .type5 .maand, .nieuws.lijst .bericht .datum .type6 .maand {
  background: #505050;
}
.nieuws.lijst .bericht .datum .type5 .jaar, .nieuws.lijst .bericht .datum .type6 .jaar, .nieuws.lijst .bericht .datum .type6 .tijd {
  background: #fff;
}
.nieuws.widget .bericht > a {
  z-index: 100;
}
.nieuws.widget .bericht .aankeilerafb {
  border: 3px solid #fff;
  box-shadow: 1px 1px 3px #ccc;
  height: 55px;
  margin-right: 15px;
  width: 55px;
}
.nieuws.widget .bericht .aankeilerafb img {  /* nieuw */
  max-width: 100%;
  height: auto !important;
}
.nieuws.widget .bericht .nieuwstitel {
  display: none;
}
.nieuws.widget .bericht .aankeiler {  /* nieuw */
  text-decoration: none;
  color: #003aa9;
}
.nieuws.widget .bericht .datum .type5 .dag, .nieuws.widget .bericht .datum .type6 .dag {
  background: #eee;
}
.nieuws.widget .bericht .datum .type5 .maand, .nieuws.widget .bericht .datum .type6 .maand {
  background: #505050;
}
.blader_tabel1 {
  width: 100%;
}
.logo {  /* nieuw */
  background: url(images/logo.png) no-repeat scroll 0 0 transparent;
  height: 87px;
  left: 0;
  position: absolute;
  top: -9px;
  width: 215px;
  z-index: 20;
}
.logo2 {  /* nieuw */
  float: right;
}
input[type="text"].account_txt22 {  /* nieuw */
  width: 30%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
input[type="text"].account_txt23 {  /* nieuw */
  width: 30%;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
input[type="text"].account_txt24 {  /* nieuw */
  width: 70%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.breadcrumbs {
  font-size: 11px;
  position: absolute;
  right: 10px;
  top: -5px;
}
.crumb {  /* nieuw */
  display: inline;
}
.crumbSpace {  /* nieuw */
  display: inline;
  font-weight: bold;
  padding: 1px 7px 0;
}
.crumbLink {  /* nieuw */
  text-decoration: none !important;
}
.HeaderExtra {
  background: url(images/vragenBel.png) no-repeat scroll 0 0 transparent;
  bottom: -3px;
  height: 25px;
  position: absolute;
  right: 0;
  width: 260px;
  z-index: 10;
}
.HeaderHolder {
  border-bottom: 5px solid #003AA9;
  margin: 0;
  overflow: hidden;
}
.pageFooterHolder {
  margin: 0 auto;
  padding: 10px 20px 0 20px;
  box-sizing: border-box;
  background: unset;
}
.pageFooterKnoppenHolder {
  padding: 0 20px 10px 20px;
  box-sizing: border-box;
  background: unset;
}
/* ⚠ selector gepromoveerd van '.pageFooterKnoppen' (was minder specifiek dan basis) */
.pageFooterKnoppenHolder .pageFooterKnoppen {  /* nieuw – selector gepromoveerd voor specificiteit */
  margin: 10px auto;
  position: relative;
  max-width: 1000px;
  padding: 20px 25px;
  background: #fff;
}
/* ⚠ selector gepromoveerd van '.pageFooter' (was minder specifiek dan basis) */
.pageFooterHolder .pageFooter {  /* nieuw – selector gepromoveerd voor specificiteit */
  background: #fff;
  margin: 10px auto;
  margin-bottom: 0;
  position: relative;
  max-width: 1000px;
  padding: 20px 25px;
  color: #666;
}
.pageFooter h2, .pageFooter .h2 {color: #000;}
.pageFooter a {  /* nieuw */
  text-decoration: none;
}
.footerTable {  /* nieuw */
  border-collapse: collapse;
}
.footerTd {  /* nieuw */
  width: 20%;
  vertical-align: top;
}
.sitemap1 {  /* nieuw */
  text-align: left;
}
.sitemap1 li {  /* nieuw */
  margin: 0;
  padding: 0 !important;
  background-image: none !important;
  list-style-type: none;
}
.sitemap2ul {  /* nieuw */
  margin: 0;
  padding: 0;
}
.sitemap3ul {  /* nieuw */
  margin: 0;
  padding-left: 10px;
}
.sitemap4ul {  /* nieuw */
  margin: 0;
  padding: 0;
}
.sitemap5ul {  /* nieuw */
  margin: 0;
  padding: 0;
}
.sitemap6ul {  /* nieuw */
  margin: 0;
  padding: 0;
}
.STPMenu1li {  /* nieuw */
  border-right: 1px dashed #CCC;
  display: inline-table;
  padding: 5px !important;
  width: 160px;
}
.STPMenuLink1li {  /* nieuw */
  color: #000 !important;
  font-weight: bold;
  text-decoration: none !important;
  font-size: 14px;
}
.STPMenuLink2li {  /* nieuw */
  text-decoration: none !important;
  font-size: 11px;
}
.STPMenuLink3li {  /* nieuw */
  color: #555 !important;
  text-decoration: none !important;
  font-size: 10px;
}
.STPMenuLink4li {  /* nieuw */
  color: #777 !important;
  text-decoration: none !important;
  font-size: 9px;
}
.objCategorieen {  /* nieuw */
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 5px;
}
.objCategorieen ul {  /* nieuw */
  margin: 0;
  padding: 0;
}
.objCategorieen ul li {  /* nieuw */
  float: left;
  margin-right: 10px;
  list-style: none inside;
  width: 23%;
  line-height: 1.65em;
}
.objCategorieen ul li.selected {  /* nieuw */
  font-weight: bold;
}
.objCategorieen .objectCount {  /* nieuw */
  padding-left: 5px;
  color: #aaa;
}
.objControls {  /* nieuw */
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 5px;
}
.objControls .objPresentatie {  /* nieuw */
  float: left;
}
.objControls .objSortering {  /* nieuw */
  float: right;
}
.objControls .objSortering a {  /* nieuw */
  margin-left: 15px;
}
.objControls .objSortering .selected {  /* nieuw */
  font-weight: bold;
}
.objPresentatie .shopSortOptieTable .objSortPres {  /* nieuw */
  padding-right: 2px;
}
.objPresentatie .shopSortOptieTable .objPrint {  /* nieuw */
  padding-left: 15px;
}
.objectP1 {  /* nieuw */
  background: none repeat scroll 0 0 #FFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  display: block;
  float: left;
  height: 120px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px;
  position: relative;
  width: 295px;
  border-radius: 5px;
  cursor: pointer;
}
.objectP1:hover {  /* nieuw */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.objectP1.laatste {  /* nieuw */
  margin-right: 0;
}
.objectP1 .label {  /* nieuw */
  background-color: #F00;
  color: #FFF;
  font-size: 8px;
  font-weight: bold;
  line-height: 1em;
  padding: 3px 4px;
  position: absolute;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
.objectP1:hover .label {  /* nieuw */
  opacity: 0;
  filter: alpha(opacity=0);
}
.objectP1 .afbeelding {  /* nieuw */
  float: left;
}
.objectP1 .info {  /* nieuw */
  padding: 5px 10px;
  float: left;
  font-size: 11px;
}
.objectP1 .info .omschrijving {  /* nieuw */
  font-size: 12px;
  font-weight: bold;
}
.objectP1 .info .nummer .titel {  /* nieuw */
  display: none;
}
.objectP1 .info .nummer .waarde {  /* nieuw */
  font-weight: bold;
}
.objectP1 .info .kenmerk1, .objectP1 .info .kenmerk2, .objectP1 .info .kenmerk3, .objectP1 .info .kenmerk4, .objectP1 .info .kenmerk5, .objectP1 .info .kenmerk6, .objectP1 .info .nummer {  /* nieuw */
  float: left;
  clear: both;
}
.objectP1 .info .kenmerk1 .titel, .objectP1 .info .kenmerk2 .titel, .objectP1 .info .kenmerk3 .titel, .objectP1 .info .kenmerk4 .titel, .objectP1 .info .kenmerk5 .titel, .objectP1 .info .kenmerk5 .titel {  /* nieuw */
  float: left;
  padding-right: 5px;
  width: 100px;
}
.objectP1 .info .kenmerk1 .waarde, .objectP1 .info .kenmerk2 .waarde, .objectP1 .info .kenmerk3 .waarde, .objectP1 .info .kenmerk4 .waarde, .objectP1 .info .kenmerk5 .waarde, .objectP1 .info .kenmerk5 .waarde {  /* nieuw */
  float: left;
}
.objectP1 .info .kenmerk1 .waarde {  /* nieuw */
  font-weight: bold;
}
.objectP1 .info .prijs {  /* nieuw */
  float: left;
  font-weight: bold;
  clear: both;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.objectP2 {  /* nieuw */
  border: 0;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  background: #fff;
}
.objectP2 tr {  /* nieuw */
  background: #fff;
  transition: all 0.3s ease;
}
.objectP2 tr:hover {  /* nieuw */
  background: #eee;
  cursor: pointer;
}
.objectP2 .label {  /* nieuw */
  background-color: #F00;
  color: #FFF;
  font-size: 8px;
  font-weight: bold;
  line-height: 1em;
  padding: 3px 4px;
  position: absolute;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
.objectP2 td:hover .label {  /* nieuw */
  opacity: 0;
  filter: alpha(opacity=0);
}
.objectP2 th {  /* nieuw */
  padding: 2px;
  text-align: left;
  background-color: #fff;
}
.objectP2 td {  /* nieuw */
  padding: 2px;
  text-align: left;
  border-bottom: 1px solid #eee;
}
.objectP3 {  /* nieuw */
  border: 0;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  background: #fff;
}
.objectP3 tr {  /* nieuw */
  background: #fff;
  transition: all 0.3s ease;
}
.objectP3 tr:hover {  /* nieuw */
  background: #eee;
  cursor: pointer;
}
.objectP3 .label {  /* nieuw */
  background-color: #F00;
  float: right;
  margin-left: 5px;
  margin-top: 3px;
  color: #FFF;
  font-size: 8px;
  font-weight: bold;
  line-height: 1em;
  padding: 3px 4px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
.objectP3 th {  /* nieuw */
  padding: 2px;
  text-align: left;
  background-color: #fff;
}
.objectP3 td {  /* nieuw */
  padding: 2px;
  text-align: left;
  border-bottom: 1px solid #eee;
}
.objControls .controls a {  /* nieuw */
  margin-right: 15px;
}
.objControls .blader {  /* nieuw */
  float: right;
}
.objControls .overzicht {  /* nieuw */
  float: left;
}
.objectDetail {  /* nieuw */
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
}
.objectDetail .kop h1 {  /* nieuw */
  float: left;
}
.objectDetail .kop .label {  /* nieuw */
  background-color: #F00;
  color: #FFF;
  float: right;
  font-size: 10px;
  font-weight: bold;
  line-height: 1em;
  margin-right: 20px;
  margin-top: 10px;
  padding: 3px 4px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
.objectDetail .kop .prijs {  /* nieuw */
  float: right;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding-top: 8px;
}
.objectDetailHouder .links {  /* nieuw */
  width: 48%;
  vertical-align: top;
}
.objectDetailHouder .midden {  /* nieuw */
  width: 4%;
}
.objectDetailHouder .rechts {  /* nieuw */
  width: 48%;
  vertical-align: top;
}
.objectDetailHouder .kenmerken .titel {  /* nieuw */
  font-weight: bold;
  color: #000;
  padding-top: 8px;
  border-bottom: 1px solid #eee;
}
.objectDetailHouder .kenmerken .titel3 {  /* nieuw */
  color: #999;
}
.objectDetailHouder .kenmerken .info {  /* nieuw */
  padding-top: 8px;
}
.objectDetailHouder .rechts .ad-gallery {  /* nieuw */
  width: 410px;
}
.objectDetailHouder .rechts .ad-gallery .ad-image-wrapper {  /* nieuw */
  width: 410px;
  height: 400px;
}
.objectDetailHouder .ad-gallery .ad-nav {  /* nieuw */
  margin-top: 10px;
}
.objectDetailHouder .ad-gallery .ad-nav .ad-thumbs {  /* nieuw */
  margin-left: 20px;
}
.objectDetailHouder .ad-gallery .ad-controls {  /* nieuw */
  display: none;
}
.objectDetailHouder .ad-gallery .ad-image-wrapper {  /* nieuw */
  overflow: visible;
}
.objectDetailHouder .ad-gallery .ad-image-wrapper .ad-image {  /* nieuw */
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.objectDetailHouder .rechts .objectEtalage {  /* nieuw */
  width: 410px;
  border-radius: 5px;
}
.objectDetailHouder .bijlagen .titel {  /* nieuw */
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #eee;
}
.objectDetailHouder .bijlagen .icon {  /* nieuw */
  padding-bottom: 5px;
  padding-top: 5px;
  width: 60px;
}
#objInschrijfscherm {  /* nieuw */
  display: block;
  background-color: #f8f8f8;
  border-radius: 5px;
  width: 100%;
  z-index: 10;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 5px;
  position: relative;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
#objInschrijfscherm .inhoud {  /* nieuw */
  padding: 25px;
}
#objInschrijfscherm .links {  /* nieuw */
  float: left;
  width: 45%;
  margin-right: 5%;
}
#objInschrijfscherm .rechts {  /* nieuw */
  float: left;
  width: 40%;
  border-left: 1px solid #CCC;
  padding-left: 20px;
}
#objInschrijfscherm #alertVoornaam {  /* nieuw */
  width: 120px;
}
#objInschrijfscherm #alertTV {  /* nieuw */
  width: 70px;
}
#objInschrijfscherm #alertAchternaam {  /* nieuw */
  width: 120px;
}
#objInschrijfscherm #alertEmail {  /* nieuw */
  width: 325px;
}
#objInschrijfscherm .sluitKnop {  /* nieuw */
  position: absolute;
  top: 10px;
  right: 10px;
}
.nietGevuld {  /* nieuw */
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.objectAttentieHolder {  /* nieuw */
  display: block;
  padding: 20px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  position: relative;
}
.objectAttentieHolder .nummer {  /* nieuw */
  display: none;
}
.objectAttentieHolder .omschrijving {  /* nieuw */
  display: block;
  z-index: 1;
  background: #000;
  padding: 5px 10px;
}
.objectAttentieHolder .omschrijving a {  /* nieuw */
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.objectAttentieHolder .prijs {  /* nieuw */
  position: absolute;
  background: #000;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  font-weight: bold;
  padding: 5px 8px;
  bottom: 30px;
  right: 20px;
  z-index: 10;
}
.objectAttentieHolder .afbeelding {  /* nieuw */
  position: relative;
}
.objectAttentieHolder .afbeelding img {  /* nieuw */
  width: 100%;
  height: auto;
}
.bladwijzer {  /* nieuw */
  background-color: #EFEFEF;
  border: 1px solid #CCC;
  padding: 2px 5px;
  text-decoration: none !important;
}
.FCK2kol, .FCK3kol, .FCK4kol, .FCK5kol {
  table-layout: fixed;
}
.FCK5kolTdS {
  width: 2%;
}
div[class*="grid"] {
  hyphens: auto;
  -webkit-hyphens: auto;
}
.ideal {  /* nieuw */
  position: absolute;
  right: 0;
  top: 11px;
  text-align: right;
  visibility: hidden;
}
/* ⚠ selector gepromoveerd van '.bovenkant' (was minder specifiek dan basis) */
.bovenkantHolder .bovenkant {  /* nieuw – selector gepromoveerd voor specificiteit */
  background: none repeat scroll 0 0 #DDE2EB;
  border-top: 5px solid #003AA9;
  width: 100%;
}
.bovenkantHolder {
  max-width: 1000px;
  margin: 0 auto;
  z-index: 1;
}
.art-navWinkel {  /* nieuw */
  position: absolute;
  top: -50px;
  right: 0;
}
/* ⚠ selector gepromoveerd van '.Gv3Thumb' (was minder specifiek dan basis) */
.Gv3 .Gv3Thumb {  /* nieuw – selector gepromoveerd voor specificiteit */
  background-color: #fff;
  display: block;
  float: left;
  line-height: 0;
  margin: 7.5px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: calc(25% - 15px);
  z-index: 2;
}
.Gv3Thumb:hover {  /* nieuw */
  z-index: 5;
}
.Gv3Thumb:hover:before {  /* nieuw */
  opacity: 1;
  top: 50%;
  transform: rotate(0deg);
}
.Gv3Thumb:before {  /* nieuw */
  font-size: 20px;
  font-weight: normal;
  font-family: Arial;
  content: "+";
  width: 42px;
  height: 42px;
  background: #003AA9;
  text-align: center;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  top: 52%;
  margin-left: -21px;
  margin-top: -21px;
  line-height: 42px;
  z-index: 6;
  color: #fff;
  pointer-events: none;
  transition: all 0.3s ease;
  opacity: 0;
  transform: rotate(90deg);
}
.Gv3Thumb:hover img {  /* nieuw */
  opacity: 0.5;
}
.Gv3ThumbImg {  /* nieuw */
  display: block;
}
.Gv3Thumb img {  /* nieuw */
  transition: all 0.3s ease;
  width: 100%;
  height: auto;
}
/* ⚠ selector gepromoveerd van '.Gv3Thumb a' (was minder specifiek dan basis) */
.Gv3 .Gv3Thumb a {  /* nieuw – selector gepromoveerd voor specificiteit */
  text-decoration: none;
  display: block;
  position: relative;
}
.Gv3Thumb .desc {
  font-size: 13px;
  font-weight: normal;
  color: #003AA9;
  display: block;
}
.Gv3Thumb .desc2 {  /* nieuw */
  padding: 30px;
  display: block;
  line-height: 1.25em;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
  opacity: 0;
  font-family: "geomanist", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 15px;
}
.Gv3Thumb:hover .desc2 {  /* nieuw */
  opacity: 1;
  top: 0;
}
a.button, button {  /* nieuw */
  display: inline-block;
  padding: 5px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 12px;
  color: #3C3C3D;
  text-shadow: 1px 1px 0 #FFF;
  background: #ECECEC url(images/css3buttons_backgrounds.png) 0 0 no-repeat;
  white-space: nowrap;
  overflow: visible;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #CACACA;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  position: relative;
  zoom: 1;
  line-height: 1.11;
}
button {  /* nieuw */
  margin-left: 0;
  margin-right: 0;
}
/* ⚠ selector gepromoveerd van 'a.button' (was minder specifiek dan basis) */
.formulierVersturen a.button {  /* nieuw – selector gepromoveerd voor specificiteit */
  -moz-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
button::-moz-focus-inner {  /* nieuw */
  border: 0;
  padding: 0;
}
a.button.primary, button.primary {  /* nieuw */
  font-weight: bold;
}
button:focus, a.button:hover, button:hover {  /* nieuw */
  color: #FFF;
  border-color: #388AD4;
  text-decoration: none;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  background-position: 0 -40px;
  background-color: #2D7DC5;
}
a.button:active, button:active, a.button.active, button.active {  /* nieuw */
  background-position: 0 -81px;
  border-color: #347BBA;
  background-color: #0F5EA2;
  color: #FFF;
  text-shadow: none;
}
a.button:active, button:active {  /* nieuw */
  top: 1px;
}
a.button.negative:hover, button.negative:hover {
  color: #FFF;
  background-position: 0 -121px;
  background-color: #D84743;
  border-color: #911D1B;
}
a.button.negative:active, button.negative:active, a.button.negative.active, button.negative.active {
  background-position: 0 -161px;
  background-color: #A5211E;
  border-color: #911D1B;
}
a.button.positive:hover, button.positive:hover {  /* nieuw */
  background-position: 0 -280px;
  background-color: #96ED89;
  border-color: #45BF55;
}
a.button.positive:active, button.positive:active, a.button.positive.active, button.positive.active {  /* nieuw */
  background-position: 0 -320px;
  background-color: #45BF55;
}
a.button.pill, button.pill {  /* nieuw */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px 6px 10px;
  text-decoration: none;
}
a.button.left, button.left {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topright: 0;
}
a.button.middle, button.middle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
a.button.right, button.right {
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
}
a.button.big, button.big {  /* nieuw */
  font-size: 16px;
  padding-left: 14px;
  padding-right: 17px;
}
a.button span.icon, button span.icon {  /* nieuw */
  display: inline-block;
  width: 14px;
  height: 12px;
  margin: auto 7px auto auto;
  position: relative;
  top: 0;
  background-image: url(../images/css3buttons_icons.png);
  background-repeat: no-repeat;
}
a.big.button span.icon, button.big span.icon {  /* nieuw */
  top: 0;
}
.button.disabled {
  -ms-user-select: none;
}
/* ⚠ selector gepromoveerd van '.uploadOmsch' (was minder specifiek dan basis) */
.uploadHolder .uploadOmsch {  /* nieuw – selector gepromoveerd voor specificiteit */
  font-weight: bold;
  color: #000;
  font-size: 12px;
}
.uploadHolder {
  clear: both;
  padding: 5px 0;
  width: 100%;
}
.uploadDelete {
  background: none repeat scroll 0 0 #FFF;
  border: 1px solid #CCC;
  border-radius: 5px 5px 5px 5px;
  float: left;
  width: 90%;
}
.uploadProcess {
  float: right;
}
.uploadFilename {
  float: left;
  overflow: hidden;
  width: 250px;
  padding: 5px;
}
.uploadTochniet {
  top: 10px;
}
.upload_1 {
  padding: 3px;
}
.upload_2 input {  /* nieuw */
  border: 0;
  border-collapse: collapse;
  margin: 0;
  font-size: 10px;
}
.upload_3 {  /* nieuw */
  float: right;
  margin-top: 1px;
}
.upload_5 {
  background: none repeat scroll 0 0 #FFFFDC;
  border: 1px solid #CCC;
  border-radius: 5px 5px 5px 5px;
  float: left;
  padding: 5px !important;
  width: 380px;
}
.uploadMasker {  /* nieuw */
  float: left;
  font-size: 13px;
  font-weight: normal;
  padding: 5px;
}
.uploadMaskerText {  /* nieuw */
  float: left;
  line-height: 1.2em;
  padding-right: 0.5em;
}
.gMaps_bedrijfsnaam, .gMaps_naam, .gMaps_adres, .gMaps_postcode, .gMaps_land, .gMaps_email, .gMaps_website, .gMaps_extra1, .gMaps_extra2, .gMaps_extra3 {  /* nieuw */
  display: block;
  color: #666;
}
.gMaps_bedrijfsnaam {
  font-weight: bold;
  font-size: 110%;
}
.gMaps_email, .gMaps_extra1, .gMaps_adres {
  margin-top: 5px;
}
.slideshowNav {
  z-index: 10;
  top: 10px;
  left: 10px;
}
.slideshowNav a {
  background: #fff;
  border-radius: 10px;
  width: 10px;
  height: 10px;
}
.slideshowBlader a {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.slideshowBlader a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.aLandingMenu {
  right: 10px;
  top: 30px;
  background: url(images/tree2.png) no-repeat scroll 4px 4px;
  border-radius: 5px 5px 0 0;
  height: 30px;
  opacity: 0.3;
  padding: 0;
  position: absolute;
  width: 24px;
  z-index: 102;
  filter: alpha(opacity=30);
}
.aLandingMenu:hover {
  background-color: #003AA9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  filter: alpha(opacity=100);
}
.LandingMenu {
  background: #003AA9;
  right: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 28px;
  padding: 5px;
  position: absolute;
  top: 30px;
  width: 200px;
  text-align: right;
}
.LandingMenu li {  /* nieuw */
  padding: 0 12px;
}
.LandingMenu li a, .LandingMenu li a:visited, .LandingMenu li a:hover {  /* nieuw */
  text-decoration: none;
  font-size: 13px;
  color: #ccc;
}
.relatieTabel:hover {
  background: #f9f9f9;
}
.relatieTd1 {
  background: #fff;
}
.fancyRelatie.bedrijfsLink {  /* nieuw */
  pointer-events: none;
  cursor: default;
}
.bedrijfsMeer {
  font-weight: Bold;
}
.account_holder .melding {
  box-shadow: 0 2px 15px rgba(255, 255, 255, 0.3);
  color: #FFF;
}
.afbLinks, .afbRechts {  /* nieuw */
  border: 3px solid #FFF;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  float: left;
  margin: 0 10px 10px 0;
}
.afbRechts {  /* nieuw */
  float: right;
  margin: 0 0 10px 10px;
  margin-left: 15px;
  margin-bottom: 10px;
  border: 3px solid #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}
.metRand {  /* nieuw */
  border: 3px solid #FFF;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.sitemap1ul li {  /* nieuw */
  border-right: 1px dashed #ccc;
  float: left;
  font-weight: bold;
  margin-right: 10px;
  padding: 0;
  width: 160px;
  font-size: 14px;
  list-style: none;
  padding-top: 5px;
}
.sitemap1ul li li {
  font-size: 11px;
  list-style: circle inside;
  border: 0;
  padding: 0;
}
.sitemap1ul li li li {
  font-weight: normal;
  font-size: 10px;
  list-style: disc inside;
}
.sitemap1ul li li li a {  /* nieuw */
  color: #777;
}
.sitemap1ul li li li li {
  list-style: circle inside;
}
.sitemap1ul li li li li li {
  list-style: disc inside;
}
.sitemap1ul ul {
  margin-left: 0.5em;
}
.sitemapWinkel li {  /* nieuw */
  border-right: 1px dashed #ccc;
  float: left;
  font-weight: bold;
  margin-right: 10px;
  padding: 0;
  width: 160px;
  font-size: 14px;
  list-style: none;
  padding-top: 5px;
}
.sitemapWinkel li li {
  font-size: 11px;
  list-style: circle inside;
  border: 0;
  padding: 0;
}
.sitemapWinkel li li li {
  font-weight: normal;
  font-size: 10px;
  list-style: disc inside;
}
.sitemapWinkel li li li a {  /* nieuw */
  color: #777;
}
.sitemapWinkel li li li li {
  list-style: circle inside;
}
.sitemapWinkel li li li li li {
  list-style: disc inside;
}
.sitemapWinkel ul {
  margin-left: 0.5em;
}
.formulier {  /* nieuw */
  display: block;
  position: relative;
}
.formulier legend {  /* nieuw */
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #000;
}
.formulier label {  /* nieuw */
  float: left;
  clear: both;
  padding-right: 10px;
}
.formulier input[type="text"] {  /* nieuw */
  float: left;
  margin-bottom: 5px;
}
.formulier input.straat, .formulier input.straat2 {  /* nieuw */
  width: 156px;
}
.formulier label.huisnummer, .formulier label.huisnummer2 {  /* nieuw */
  clear: none;
  width: 10px;
  padding-left: 10px;
}
.formulier input.huisnummer, .formulier input.huisnummer2 {  /* nieuw */
  clear: none;
  width: 40px;
}
.formulier .checkboxes {  /* nieuw */
  display: block;
  clear: both;
}
.formulier .checkboxes .label {  /* nieuw */
  float: left;
  padding-right: 10px;
  width: 120px;
}
.formulier .checkboxes label {  /* nieuw */
  float: left;
  padding-right: 10px;
  width: 120px;
  clear: none;
}
.responsiveKnop {  /* nieuw */
  display: block;
  position: relative;
  z-index: 1000;
}
.responsiveKnop a {  /* nieuw */
  padding: 10px;
  background-color: #003AA9;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFF;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
  margin: 0 auto;
  text-align: center;
}
.responsiveKnop a:hover {  /* nieuw */
  background-color: #204ab9;
}
.responsiveKnop img {  /* nieuw */
  display: inline-block;
  height: 32px;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  width: 32px;
}
.alleenResponsive {  /* nieuw */
  display: none;
}
#cookieHolder .cookie {
  border-radius: 10px;
  width: 400px;
  margin-left: -200px;
  left: 50%;
  box-shadow: 0 0 30px 30px rgba(255, 255, 255, 0.4);
  margin-top: 0;
}
.meldingHouder .melding {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3);
}
.meldingHouder .melding .knoppen a {
  background: #ccc;
  color: #fff;
  display: inline-block;
  line-height: 1.25em;
  margin: 5px;
  padding: 7px 10px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.meldingHouder .melding .knoppen a:hover {
  background: #000;
  color: #fff;
  transition: all 0.3s ease;
}
.meldingHouder .melding .knoppen a.bevestigen {
  background: #003ba8;
}
.privacyMelding {
  box-shadow: 0 0 60px 5px rgba(0, 0, 0, 0.1);
}
.privacyMelding .inhoud .titel {
  font-family: "Open Sans", Helvetica, Arial, Sans-Serif;
}
.privacyMelding .knoppen a.knop {
  background: #aaa;
}
.popupHolder .popup {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3);
  padding: 40px;
  max-height: 100%;
  overflow: auto;
}
.popupHolder .popup .sluiten {  /* nieuw */
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000;
  padding: 7px;
  font-size: 18px;
  border-radius: 50px;
  background: #eee;
  height: 32px;
  width: 32px;
  line-height: 10px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
.kiyohHolder .kiyohReview {
  background: #f5f5f5;
}
.HeaderHolder p {  /* nieuw */
  margin: 0;
  padding: 0;
}
.art-BlockContent p {  /* nieuw */
  margin: 0;
  padding: 0;
}
.art-contentLayout .art-content strong {  /* nieuw */
  color: #000;
  font-weight: bold;
}
.pageFooter strong {  /* nieuw */
  color: #000;
  font-weight: bold;
}
.dataTabel {  /* nieuw */
  border: 0;
  border-spacing: 0;
}
.dataTabel td {  /* nieuw */
  border: 0;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 3px;
}
.dataTabel tr:hover {  /* nieuw */
  background-color: #eee;
}
.dataTabel tr:first-child {  /* nieuw */
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #ddd !important;
}
.videoWrapper {
  border-radius: 5px;
  background: #f1f1f1;
  box-shadow: 0 6px 35px -9px rgba(0, 0, 0, 0.4);
}
.videoWrapper iframe {
  border: 0;
}
.oranjeBalk {  /* nieuw */
  background-color: #FDBA00;
  margin: 0 auto !important;
  padding: 10px 20px 7px 20px;
  box-sizing: border-box;
  text-align: center;
  border-top: 0;
  overflow: auto;
  position: relative;
}
.oranjeBalk .inhoud span.tekst {  /* nieuw */
  color: #fff;
  font-family: Puritan, Arial, Helvetica, Sans-Serif;
  font-size: 23px;
  font-style: normal;
  font-weight: bold;
}
.oranjeBalk a {  /* nieuw */
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  text-decoration: none;
}

/* === responsive2.css === */
.resMenubalk {
  height: 56px;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 100;
}
/* ⚠ selector gepromoveerd van '.resMenubalkinhoud' (was minder specifiek dan basis) */
.bovenkantHolder .bovenkant .resMenubalkinhoud {  /* nieuw – selector gepromoveerd voor specificiteit */
  background: #003AA9;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 15px 10px 10px;
  z-index: 50;
  position: fixed;
  line-height: 0;
}
/* ⚠ selector gepromoveerd van '.resMenubalkinhoud a' (was minder specifiek dan basis) */
.bovenkantHolder .bovenkant .resMenubalkinhoud a {  /* nieuw – selector gepromoveerd voor specificiteit */
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 5px;
}
.resMenubalkinhoud img {  /* nieuw */
  width: 28px;
  height: 28px;
}
.resMenubalkinhoud .resMenucategorienaam {  /* nieuw */
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 0 10px;
  position: relative;
  text-decoration: none;
  top: -6px;
}
.resMenubalkinhoud .resMenustandaardmenu, .resMenubalkinhoud .resMenuwinkelmandje, .resMenubalkinhoud .resMenuZoekenKnop {  /* nieuw */
  float: right;
}
.resMenubalkinhoud .resZoeken.open {
  padding-top: 5px;
  padding-bottom: 5px;
}
.resMenuHolder {
  background: #eee;
  box-shadow: 10px 0 10px 0 rgba(0, 0, 0, 0.2);
  top: 58px;
  transition: all 0.3s ease;
  overflow-y: scroll;
  max-width: 100%;
}
.resMenubloktitel {
  background: #ddd;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1) inset;
  color: #003AA9;
  font-weight: normal;
  padding: 7px 20px;
}
.resMenublokinhoud .resMenuItem a {
  border-bottom: 1px solid #eee;
  padding: 8px 20px;
  font-weight: bold;
  width: calc(100% - 40px);
  color: #333;
  transition: background-color 0.3s ease;
}
.resMenublokinhoud .resMenuItem.active > a {
  background-color: #003aa785;
  color: #fff;
}
.resMenublokinhoud .resMenuItem #respVerlangLijstCode {
  padding: 10px 0;
  text-indent: 20px;
  font-size: 14px;
  border-bottom: 1px solid #dbdbdb;
  background: #fff;
}
.resMenuItem .laag1 a {
  padding-left: 35px;
}
.resMenuItem .laag2 a {
  padding-left: 50px;
}
.resMenuItem .laag3 a {
  padding-left: 65px;
}
.resMenuwinkelmandje #reswinkelMandjeAantal {
  background: #f00;
}
#aantal {
  background: #003AA9;
}
.openklapper {
  width: 39px;
  background: url(images/res_plus.svg) no-repeat scroll center center/50% auto #e1e1e1;
}
.openklapper::before {display: none;}
.resMenuItemHolder {
  transition: 0.6s all ease;
}
.responsiveButton {  /* nieuw */
  position: relative;
  height: 26px;
  width: 26px;
  display: inline-block;
  background: no-repeat center center transparent;
  background-size: cover;
  margin: 5px 15px;
  padding: 0;
}
.responsiveButton .badge {  /* nieuw */
  border-radius: 30px;
  padding: 4px 6px;
  font-size: 12px;
  background: #0096D8;
  text-align: center;
  line-height: 1em;
  position: absolute;
  right: -10px;
  top: -4px;
  font-weight: bold;
}
a.responsiveButton {  /* nieuw */
  text-decoration: none;
  color: #fff;
  text-align: center;
}
#resonsiveBel {  /* nieuw */
  background-image: url(images/responsive/telefoon.png);
}
#resonsiveFavorieten {  /* nieuw */
  background-image: url(images/responsive/ster.png);
}
#resonsiveWinkelmandje {  /* nieuw */
  background-image: url(images/responsive/winkelwagen.png);
}
#resonsiveZoeken {  /* nieuw */
  background-image: url(images/responsive/zoeken.png);
}
@media screen and (max-width: 1200px) {
  .art-Sheet, .bovenkant, .menuLaag2 .art-nav, .pageFooterHolder .pageFooter, .pageFooterKnoppenHolder .pageFooterKnoppen, .SubfooterHolder, .accountHouder2, .usps {  /* nieuw */
    max-width: 1000px;
    margin: 0 auto;
  }
  .usps > div {  /* nieuw */
    margin: 0 6px;
  }
}
@media screen and (max-width: 1000px) {
  .art-Sheet, .bovenkant, .menuLaag2 .art-nav, .pageFooter, .pageFooterKnoppen, .SubfooterHolder, .accountHouder2, .usps, .art-content {  /* nieuw */
    max-width: 760px;
  }
  .FCK2kolTd {  /* nieuw */
    float: none;
    width: 100%;
    display: block;
  }
  .FCK2kolTdS {  /* nieuw */
    display: none !important;
  }
  .usps {  /* nieuw */
    max-width: 760px;
    padding: 5px 0;
  }
  .usps > div:nth-child(3) {  /* nieuw */
    display: none;
  }
  .ccRechts {  /* nieuw */
    display: none;
  }
  .art-contentLayout .art-sidebar2 .art-Block {  /* nieuw */
    padding: 0;
  }
  .art-nav {  /* nieuw */
    width: 546px;
  }
  .art-menu li a .t {  /* nieuw */
    padding: 0 6px 7px;
  }
  .shopCategorieHolder .categorie {  /* nieuw */
    width: 33.3%;
  }
  .shopTegel .artikel {  /* nieuw */
    width: 33.3%;
  }
  .shopTegel .artikel:nth-of-type(4n+1) {  /* nieuw */
    clear: none;
  }
  .shopTegel .artikel:nth-of-type(3n+1) {  /* nieuw */
    clear: both;
  }
  .stappenKnop, .offertePdf {  /* nieuw */
    border: 0 solid;
    bottom: 0;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .offertePdf .button, .stap1_couponcode .button {  /* nieuw */
    padding: 11px 20px !important;
    text-align: center;
    width: calc(100% - 40px);
    font-weight: bold;
    border-radius: 0 !important;
    border: 0 !important;
  }
  .offertePdf .button {  /* nieuw */
    background: #415e81;
  }
  #kassa > div {  /* nieuw */
    width: 100%;
    float: none;
    margin: 0 0 10px 0;
    padding: 0;
  }
  #kassa .stap1_totalen .tabel {  /* nieuw */
    padding: 10px;
  }
  .jcarousel-container a, .productCarrousselHolder .jcarousel-container-horizontal {  /* nieuw */
    overflow: hidden;
    padding: 0;
    width: 730px;
  }
  .stap .kassaArtikel .aantallen {  /* nieuw */
    text-align: center;
  }
  .stap .kassaArtikel .aantallen input {  /* nieuw */
    width: 45px;
  }
  .stap .kassaArtikel .aantallen .verwijderen {  /* nieuw */
    display: block;
  }
  .stap .kassaArtikel .kassaArtikelAfbeeldingHolder {  /* nieuw */
    width: 60px;
    padding-right: 10px !important;
  }
  .stap .kassaArtikel .tekst a.kassaArtikelTitel {  /* nieuw */
    font-size: 13px;
    line-height: 1.5em;
  }
  .stap .kassaArtikel .tekst .variatie {  /* nieuw */
    min-width: 0;
  }
  .offertePdf {  /* nieuw */
    display: none;
  }
  .stappenKnop .button {  /* nieuw */
    padding: 11px 20px !important;
    text-align: center;
    width: calc(100% - 40px);
    font-weight: bold;
    border: 0 !important;
  }
  .stap2_bestaandeKlant .inloggen, .stap2_bestaandeKlant .uitleg {  /* nieuw */
    float: none;
    width: 100%;
  }
  .stap2_bestaandeKlant .inloggen .beschrijving, .stap2_bestaandeKlant .inloggen .invoer {  /* nieuw */
    display: block !important;
    width: 100% !important;
    padding: 0;
  }
  .stap2_naw .factuurAfleverHouder h3 a {  /* nieuw */
    opacity: 1;
  }
  #snelbestellenArtikelomschrijving {  /* nieuw */
    width: 20%;
  }
  .liquid-slide-sjabloon .inhoud {  /* nieuw */
    position: relative;
    max-width: none;
    left: 0;
    top: 0;
    font-size: 13px;
    padding: 5px 15px;
  }
  .liquid-slide-sjabloon .sliderWrapper {  /* nieuw */
    background: #000;
  }
  .liquid-slide-sjabloon .inhoud h2 {  /* nieuw */
    font-size: 16px;
  }
  .liquid-slide-sjabloon .inhoud p {  /* nieuw */
    display: none;
  }
  .pageFooterHolder {  /* nieuw */
    padding: 10px 10px 0 10px;
  }
}
@media screen and (max-width: 760px) {
  #resMenu2 {  /* nieuw */
    height: 88px;
    display: block !important;
    background: #003AA9;
  }
  .art-Sheet, .menuLaag2 .art-nav, .pageFooterHolder, .pageFooterHolder .pageFooter, .pageFooterKnoppenHolder .pageFooterKnoppen, .SubfooterHolder, .accountHouder2, .usps {  /* nieuw */
    max-width: 550px;
  }
  .art-Post .FCK2kolTdS, .art-Post .FCK3kolTdS {  /* nieuw */
    display: none;
  }
  .art-Post .FCK2kolTd, .art-Post .FCK3kolTd {  /* nieuw */
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 100% !important;
  }
  #cookieHolder .cookie {  /* nieuw */
    width: calc(100% - 40px);
    max-width: 100%;
    border-radius: 0;
    left: auto;
    right: auto;
    bottom: 0;
  }
  .resMenubalk {  /* nieuw */
    display: block;
    height: 56px;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .filters img {  /* nieuw */
    width: auto !important;
  }
  .art-nav, .aLandingMenu, .account, .socialMedia, .art-sidebar1, .knoppenRechts, .footerTable .tussen, .winkelwagenHouder, .bovenkant .zoeken, .ccRechts, .ccLinks, .usps, .shopSortMaxPageC, .shopSortMaxPageA, .bovenkantHolder .logo, .HeaderHolder {  /* nieuw */
    display: none !important;
  }
  body {  /* nieuw */
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
  }
  h1, h2, h3, h4, h5, h6 {  /* nieuw */
    clear: both;
  }
  #map-canvas, iframe {  /* nieuw */
    width: 100% !important;
    max-width: 100%;
  }
  .responsiveMenu {  /* nieuw */
    display: block;
  }
  .bovenkantHeader, .accountHouder, .pageFooterHolder {  /* nieuw */
    width: 100%;
    overflow: hidden;
  }
  .responsiveKnop {  /* nieuw */
    display: block;
  }
  .bovenkantHolder, #art-main {  /* nieuw */
    min-width: 0;
    overflow: hidden;
    border-bottom: 0 solid;
  }
  .alleenResponsive {  /* nieuw */
    display: inline;
  }
  .art-Sheet .FCK2kolTdS, .art-Sheet .FCK3kolTdS, .art-Sheet .FCK4kolTdS, .art-Sheet .FCK5kolTdS {  /* nieuw */
    display: none;
  }
  .art-Sheet .FCK2kolTd, .art-Sheet .FCK3kolTd, .art-Sheet .FCK4kolTd, .art-Sheet .FCK5kolTd {  /* nieuw */
    width: 100%;
    vertical-align: top;
    display: block;
    margin-bottom: 15px;
  }
  .pageFooter .FCK2kolTd, .pageFooter .FCK3kolTd, .pageFooter .FCK4kolTd, .pageFooter .FCK5kolTd {  /* nieuw */
    width: 100%;
    vertical-align: top;
    display: block;
    margin-bottom: 15px;
  }
  .pageFooter .FCK2kolTdS, .pageFooter .FCK3kolTdS, .pageFooter .FCK4kolTdS, .pageFooter .FCK5kolTdS {  /* nieuw */
    display: none;
  }
  .HeaderHolder {  /* nieuw */
    width: 100%;
  }
  .logo {  /* nieuw */
    width: 210px;
    margin: 0 auto;
    z-index: 21;
    position: relative;
    top: -13px;
  }
  .bovenkant {  /* nieuw */
    width: 100%;
    border-top: none;
  }
  .art-Sheet {  /* nieuw */
    width: 100% !important;
    padding: 0;
    margin-top: 10px;
  }
  .art-contentLayout {  /* nieuw */
    width: 100% !important;
  }
  .art-contentLayout .art-content {  /* nieuw */
    width: 100% !important;
  }
  .art-Post {  /* nieuw */
    width: 100% !important;
    margin: 0;
  }
  .art-Post-body {  /* nieuw */
    padding: 10px;
  }
  .art-Post img {  /* nieuw */
    max-width: 100%;
    height: auto !important;
  }
  .art-contentLayout .art-sidebar2 {  /* nieuw */
    width: 100% !important;
  }
  .art-Block {  /* nieuw */
    padding: 5%;
    margin: 0;
  }
  .art-Block-body {  /* nieuw */
    padding: 0;
    margin: 0;
  }
  .art-BlockContent-body {  /* nieuw */
    padding: 0;
    margin: 0;
  }
  .art-Block img {  /* nieuw */
    max-width: 100%;
    height: auto !important;
  }
  .FooterKnoppen {  /* nieuw */
    display: block;
    position: relative;
    top: auto;
    text-indent: -1000px;
    width: 100%;
  }
  .copyright {  /* nieuw */
    right: auto;
    top: auto;
    left: auto;
    display: block;
  }
  .pageFooterKnoppenHolder .pageFooterKnoppen {  /* nieuw */
    padding: 10px;
  }
  .sitemap1 .sitemap1ul a, .sitemap1 .sitemapWinkel a, .sitemap1 .sitemapMinisite a {  /* nieuw */
    text-decoration: none;
  }
  .sitemap1 .sitemap1ul li, .sitemap1 .sitemapWinkel li, .sitemap1 .sitemapMinisite li {  /* nieuw */
    display: block;
    float: none;
    width: auto;
  }
  ul.sitemap1ul, ul.sitemap1ul ul, ul.sitemap1ul ul ul, ul.sitemap1ul ul ul ul {  /* nieuw */
    margin: 0;
  }
  li.STPMenu1li {  /* nieuw */
    width: 100%;
    border: 0;
    list-style-type: none;
  }
  li.STPMenu2li {  /* nieuw */
    margin-left: 10px;
  }
  li.STPMenu3li {  /* nieuw */
    margin-left: 20px;
  }
  li.STPMenu4li {  /* nieuw */
    margin-left: 30px;
  }
  li.STPMenu5li {  /* nieuw */
    margin-left: 40px;
  }
  li.STPMenu6li {  /* nieuw */
    margin-left: 50px;
  }
  li.STPMenu7li {  /* nieuw */
    margin-left: 60px;
  }
  li.STPMenu8li {  /* nieuw */
    margin-left: 70px;
  }
  li.STPMenu9li {  /* nieuw */
    margin-left: 80px;
  }
  li.STPMenu10li {  /* nieuw */
    margin-left: 90px;
  }
  li.STPMenu2li a {  /* nieuw */
    font-size: 14px;
  }
  li.STPMenu3li a {  /* nieuw */
    font-size: 13px;
  }
  .Taalkeuze_vlaggen {  /* nieuw */
    left: 0;
    top: 0;
    padding-top: 10px;
    padding-left: 28px;
    position: relative;
    text-align: left;
    background-color: #eee;
  }
  .HeaderHolder .slideshowHolder, .HeaderHolder .slideshowHolder div {  /* nieuw */
    width: 100% !important;
  }
  .HeaderHolder .slideshowHolder div img {  /* nieuw */
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
  }
  .inschrijfformulier_table td {  /* nieuw */
    display: block;
  }
  #extraSchermWinkelmand .schermWinkelMandje .melding .meldingBoven td {  /* nieuw */
    display: block;
  }
  #extraSchermWinkelmand .schermWinkelMandje .melding .meldingBoven td:first-child {  /* nieuw */
    display: none;
  }
  #extraSchermWinkelmand .schermWinkelMandje .melding .meldingBoven td .knoppen {  /* nieuw */
    padding: 0;
    width: 100%;
  }
  #extraSchermWinkelmand .schermWinkelMandje .melding .meldingBoven td .knoppen a {  /* nieuw */
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    float: left;
    margin: 10px 0 0;
  }
  #extraSchermWinkelmand .schermWinkelMandje .melding .meldingBoven td .knoppen a.doorgaanKassa {  /* nieuw */
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  #extraSchermWinkelmand .schermWinkelMandje .melding .meldingBoven td .knoppen a.verderWinkelen {  /* nieuw */
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .homepage .deel1 {  /* nieuw */
    display: none;
  }
  .homepage .deel2 {  /* nieuw */
    padding-top: 0;
  }
  .homepage .deel2 .links {  /* nieuw */
    float: none;
    margin-right: 0;
    display: block;
    width: auto;
  }
  .homepage .deel2 .links a {  /* nieuw */
    background-position: center center;
    background-size: 95% auto;
    height: 175px;
    margin: 0;
    width: 180px;
  }
  .homepage .deel2 .knoppen {  /* nieuw */
    display: none;
  }
  .homepage {  /* nieuw */
    width: 360px;
  }
  .nieuwsBlok, .twitterBlok {  /* nieuw */
    width: 90%;
    padding: 5%;
  }
  .nieuwsBlok {  /* nieuw */
    margin-top: 10px;
  }
  .twitterBlok .goTekstTwitter {  /* nieuw */
    display: none;
  }
  .widgetNieuws2Keiler {  /* nieuw */
    height: 6.6em;
  }
  .footerTable .td {  /* nieuw */
    display: block;
  }
  .openklapper h2 {  /* nieuw */
    font-size: 14px;
    white-space: nowrap;
  }
  a#menuopenen {  /* nieuw */
    border-left: 1px solid #eee;
    padding-left: 20px;
    float: right;
    top: 16px;
  }
  .breadcrumbs {  /* nieuw */
    left: 10px;
  }
  .shopCategorieHolder .categorie {  /* nieuw */
    width: 50%;
  }
  .artikel .afbeelding {  /* nieuw */
    width: 100%;
    height: auto;
  }
  .shopTegel .artikel {  /* nieuw */
    width: 50%;
  }
  .shopTegel .artikel:nth-of-type(4n+1) {  /* nieuw */
    clear: none;
  }
  .shopTegel .artikel:nth-of-type(3n+1) {  /* nieuw */
    clear: none;
  }
  .shopTegel .artikel:nth-of-type(2n+1) {  /* nieuw */
    clear: both;
  }
  .shopTegel .artikel .inner {  /* nieuw */
    height: auto !important;
  }
  .shopTegel .artikel .voorraad {  /* nieuw */
    display: block;
  }
  .shopTegel .artikel .voorraad .image {  /* nieuw */
    display: none;
  }
  .shopTegel .artikel .favorieten, .shopTegel .artikel .verlang {  /* nieuw */
    display: none;
  }
  .shopTegel .artikel .favorieten .image, .shopTegel .artikel .verlang .image {  /* nieuw */
    padding-right: 0;
  }
  .shopTegel .artikel .favorieten .toelichting {  /* nieuw */
    display: none;
  }
  .shopTegel .artikel .verlang .toelichting {  /* nieuw */
    display: none;
  }
  .shopTegel .artikel .omschrijving h2.titel a {  /* nieuw */
    height: auto;
  }
  .shopTegel .artikel .bestellen {  /* nieuw */
    display: none;
  }
  .shopLijst .artikel .inner .col3 {  /* nieuw */
    display: none;
  }
  .shopCompact .artikel .inner {  /* nieuw */
    table-layout: auto;
  }
  .shopCompact .artikel .inner .col1 {  /* nieuw */
    display: none;
  }
  .shopCompact .artikel .inner .col3 {  /* nieuw */
    width: auto;
    padding: 0;
  }
  .shopCompact .artikel .inner .details {  /* nieuw */
    display: none;
  }
  .shopCompact .artikel .artikelEenheid {  /* nieuw */
    display: none;
  }
  .shopCompact .artikel .extrainfo {  /* nieuw */
    display: none;
  }
  .artikel.detail .links, .artikel.detail .rechts {  /* nieuw */
    float: none;
    width: 100%;
    padding: 0;
  }
  .artikel.detail .ad-gallery .ad-nav {  /* nieuw */
    display: none;
  }
  .artikel.detail .ad-gallery .ad-image-wrapper .ad-image {  /* nieuw */
    pointer-events: none;
  }
  .ad-gallery .ad-next .ad-next-image, .ad-gallery .ad-prev .ad-prev-image {  /* nieuw */
    display: block !important;
    opacity: 0.5 !important;
    background-color: #fff;
  }
  .shopSortOptieTable {  /* nieuw */
    margin: 15px 0;
  }
  .shopSortOptieTable td {  /* nieuw */
    display: inline-block;
    margin: 0 5px 5px 0;
  }
  .shopSortOptieTable .shopSortMaxPageB {  /* nieuw */
    display: none;
  }
  .shopSortOptieTable td.shopSortNiks {  /* nieuw */
    display: none;
  }
  .shopSortOptieTable td img {  /* nieuw */
    width: auto;
  }
  #tell-a-friend table {  /* nieuw */
    width: 100%;
  }
  #tell-a-friend td {  /* nieuw */
    display: block;
    width: 100%;
  }
  #tell-a-friend td textarea, #tell-a-friend td input {  /* nieuw */
    width: 100%;
  }
  .shopNavigatie {  /* nieuw */
    margin: 0 auto;
    height: auto;
  }
  .stap1_kassaArtikelen img {  /* nieuw */
    width: auto;
  }
  .kassaArtikelGegevens .tekst > div, .kassaArtikelGegevens .tekst > div span {  /* nieuw */
    display: block;
    float: none;
    width: 100%;
  }
  .stap2_naw .content td, .stap2_bestaandeKlant .content > div {  /* nieuw */
    display: block;
    float: none;
    width: 100%;
  }
  .levermethode td, .stap3_betaal td, .stap2_naw .factuurAfleverHouder td {  /* nieuw */
    display: table-cell;
    width: auto;
  }
  .snelbestellenHolder {  /* nieuw */
    padding: 10px;
  }
  .snelbestellenHolder .titel {  /* nieuw */
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 5px;
  }
  .snelbestellenHolder .invoer {  /* nieuw */
    display: block;
  }
  .snelbestellenHolder .invoer .inputArtikelnr {  /* nieuw */
    display: block;
    width: 75%;
    float: left;
    padding: 0;
  }
  .snelbestellenHolder .invoer .inputAantal {  /* nieuw */
    display: block;
    width: 25%;
    float: left;
    padding: 0;
  }
  .snelbestellenHolder .invoer .inputArtikelnr input {  /* nieuw */
    width: 100%;
    margin: 0;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .snelbestellenHolder .invoer .inputAantal input {  /* nieuw */
    width: 100%;
    margin: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  #snelbestellenArtikelomschrijving {  /* nieuw */
    display: block;
    white-space: nowrap;
    max-width: 100%;
    width: 100%;
  }
  #snelbestellenPrijs {  /* nieuw */
    display: block;
    width: 100%;
    padding: 0;
    text-align: left;
  }
  .snelbestellenHolder .snelbestellenKnop {  /* nieuw */
    width: 100%;
    margin: 5px 0 0;
    display: block;
    text-align: left;
  }
  .snelbestellenHolder .autocomplete-suggestions {  /* nieuw */
    width: auto !important;
    left: 10px;
    right: 10px;
    top: 75px !important;
  }
  .snelbestellenHolder .omschrijving {  /* nieuw */
    width: auto;
    margin-right: 0.25em;
  }
  .stap .blokholder > .content {  /* nieuw */
    padding: 10px 0 0;
  }
  .stap1_artikelen table tr:first-child {  /* nieuw */
    display: none;
  }
  .stap1_couponcode .content {  /* nieuw */
    width: 100%;
    display: table;
  }
  .stap1_couponcode .titel {  /* nieuw */
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .blokholder.stap1_couponcode .content a.wButControleer {  /* nieuw */
    width: 100px;
  }
  .dropdown.dealerHolder .plaats {  /* nieuw */
    float: none;
  }
  .dropdown.dealerHolder .bedrijf {  /* nieuw */
    display: block;
  }
  .dropdown.dealerHolder .keuze .km {  /* nieuw */
    padding-right: 10px;
  }
  .stap.vier .gegevens {  /* nieuw */
    padding: 10px;
  }
  .stap.vier .factuurAfleverHouder .links, .stap.vier .factuurAfleverHouder .rechts {  /* nieuw */
    width: 100%;
    display: block;
    margin-top: 10px;
  }
  .stap.vier .factuurAfleverHouder .midden {  /* nieuw */
    display: none;
  }
  table.lijst tr:first-child {  /* nieuw */
    display: none;
  }
  table.lijst tr {  /* nieuw */
    display: block;
    margin: 0 0 10px;
    background: #fafafa;
    border-radius: 3px;
    padding: 10px;
    border: 1px solid #eee;
    position: relative;
  }
  table.lijst tr td {  /* nieuw */
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: none;
    background: none !important;
    padding: 0;
  }
  table.lijst tr td #voorraadTT {  /* nieuw */
    float: none;
  }
  table.lijst tr td.bedrag {  /* nieuw */
    text-align: left;
    font-weight: bold;
  }
  table.lijst td.knoppenHouder {  /* nieuw */
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    padding: 10px;
    border-left: 1px solid #eee;
  }
  table.lijst td.knoppenHouder a {  /* nieuw */
    padding: 8px;
    display: block;
  }
  .kassaArtikelGegevens td {  /* nieuw */
    display: block;
  }
  .kassaArtikelGegevens .gegevens .regeltotaal, .artT4E_1, .artT4E_2 {  /* nieuw */
    text-align: left;
  }
  .stap1_totalen .beschrijving, .stap3_totalen .beschrijving {  /* nieuw */
    width: auto;
  }
  .stappenbalk {  /* nieuw */
    padding: 0 0 10px;
    text-align: center;
    height: auto;
  }
  .stappenbalk li {  /* nieuw */
    margin: 0;
    display: block;
    float: none;
  }
  .stappenbalk li .naam {  /* nieuw */
    display: none;
  }
  .stappenKnop li a {  /* nieuw */
    font-size: 14px;
  }
  .stap.twee > .blokholder, #stap2_factuuruitklap, #stap2_bewaaraccount, .stap3_betaal.blokholder {  /* nieuw */
    float: none !important;
    width: 100% !important;
    padding: 0;
  }
  .stappenbalk .stap1, .stappenbalk .stap2, .stappenbalk .stap3, .stappenbalk .stap4 {  /* nieuw */
    height: 30px;
    position: relative;
    width: 26px;
  }
  .offertePdf {  /* nieuw */
    display: none;
  }
  .stap2_naw .afleveradres td.vrijadres {  /* nieuw */
    display: table-cell;
  }
  .stap2_naw .afleveradres td.keuze {  /* nieuw */
    display: table-cell;
    width: 30px;
  }
  .stap2_naw .factuuradres td.vrijadres {  /* nieuw */
    display: table-cell;
  }
  .stap2_naw .factuuradres td.keuze {  /* nieuw */
    display: table-cell;
    width: 30px;
  }
  .status_td3, .statusB_td3 {  /* nieuw */
    display: none;
  }
  .statusB_td2 a {  /* nieuw */
    text-decoration: none;
    pointer-events: none;
  }
  .cadeauHolder .cadeauAfbeeldingHolder img {  /* nieuw */
    max-width: 100%;
    height: auto !important;
  }
  .cadeauHolder .cadeauTextField, .cadeauHolder .cadeauTextArea {  /* nieuw */
    width: calc(100% - 10px);
  }
  .cadeauHolder .cadeauBedrag .cadeauTextField {  /* nieuw */
    width: 170px;
  }
  .cadeauHolderOpties > div {  /* nieuw */
    float: none !important;
  }
  .houderHome .tekst {  /* nieuw */
    bottom: 0;
    left: 0;
    width: 100%;
    position: relative;
    box-shadow: none;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    padding: 10px;
  }
  .houderHome .tekst h1 {  /* nieuw */
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }
  .pdfkeuzeholder {  /* nieuw */
    border-radius: 0;
    left: 0;
    margin: 0;
    max-width: 100%;
    padding: 20px 10px 10px;
    position: absolute;
    right: 0;
    top: 64px;
    width: auto;
  }
  .pdfkeuzeholder .pdfkeuze .inner .col1, .pdfkeuzeholder .pdfkeuze .inner .col2, .pdfkeuzeholder .pdfkeuze .inner .col3 {  /* nieuw */
    box-sizing: border-box;
    display: block !important;
    width: 100% !important;
  }
  .pdfkeuzeholder .pdfkeuze .inner .col2 {  /* nieuw */
    padding: 15px 0;
  }
  .adresHolder .adressen .item {  /* nieuw */
    flex-basis: 100%;
    margin: 0 0 5px;
  }
  .adresHolder .adressen .item.open {  /* nieuw */
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    padding: 10px 15px;
    box-shadow: none;
  }
  .blokholder.accountWijzigen .content {  /* nieuw */
    padding: 0;
  }
  .blokholder.accountWijzigen .beschrijving, .blokholder.accountWijzigen .invoer {  /* nieuw */
    display: block;
    width: auto;
    padding: 0;
  }
  .blokholder.accountWijzigen .beschrijving {  /* nieuw */
    font-weight: bold;
  }
  .blokholder.accountWijzigen .invoer {  /* nieuw */
    padding-bottom: 10px;
  }
  a.barcodescannerLink {  /* nieuw */
    float: right;
  }
  .barcodescannerHouder.open {  /* nieuw */
    border-radius: 0;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    margin-left: 0;
  }
  #barcodeScannerCamera video {  /* nieuw */
    width: 100%;
    height: auto;
  }
  .resMenubalkinhoud {  /* nieuw */
    background: #003AA9;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 15px 10px 10px;
    z-index: 50;
    position: fixed;
    line-height: 0;
    height: 68px;
  }
  .resMenubalkinhoud a {  /* nieuw */
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding: 5px;
  }
  .resMenubalkinhoud img {  /* nieuw */
    width: 28px;
    height: 28px;
  }
  .resMenubalkinhoud .resMenucategorienaam {  /* nieuw */
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0 10px;
    position: relative;
    text-decoration: none;
    top: -6px;
  }
  .resMenubalkinhoud .resMenustandaardmenu, .resMenubalkinhoud .resMenuwinkelmandje, .resMenubalkinhoud .resMenuZoekenKnop {  /* nieuw */
    float: right;
  }
  .resMenubalkinhoud .resZoeken {  /* nieuw */
    display: block;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: all 0.3s ease;
  }
  .resMenubalkinhoud .resZoeken.open {  /* nieuw */
    max-height: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .resMenubalkinhoud #resZoekveld {  /* nieuw */
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
    font-style: italic;
    margin: 0 auto;
    display: block;
    padding: 8px 10px;
    transition: all 0.3s ease 0s;
    text-align: center;
    width: calc(100% - 30px);
  }
  .resMenuHolder {  /* nieuw */
    background: #fff;
    box-shadow: 10px 0 10px 0 rgba(0, 0, 0, 0.2);
    height: auto;
    left: -110%;
    padding: 0;
    position: absolute;
    top: 85px;
    transition: all 0.3s ease;
    width: 100%;
    z-index: 22;
    overflow-y: scroll;
  }
  .resMenuHolder.open {  /* nieuw */
    left: 0%;
  }
  .resMenubloktitel {  /* nieuw */
    background: #ddd;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1) inset;
    color: #003AA9;
    display: block;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 7px 20px;
  }
  .resMenublok:first-child .resMenubloktitel {  /* nieuw */
    border-top: 0;
  }
  .resMenublokinhoud ul {  /* nieuw */
    padding: 0;
    margin: 0;
  }
  .resMenublokinhoud .resMenuItem {  /* nieuw */
    list-style-type: none;
    position: relative;
  }
  .resMenublokinhoud .resMenuItem a {  /* nieuw */
    border-bottom: 1px solid #eee;
    display: block;
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    width: calc(100% - 40px);
    color: #333;
    font-size: 14px;
    transition: background-color 0.3s ease;
  }
  .resMenublokinhoud .resMenuItem #respVerlangLijstCode {  /* nieuw */
    width: 100%;
    padding: 10px 0;
    text-indent: 20px;
    font-style: italic;
    border-radius: 0;
    font-size: 14px;
    border: 0;
    color: #000;
    border-bottom: 1px solid #dbdbdb;
    background: #fff;
    box-shadow: none;
    height: auto;
    margin: 0;
  }
  .resMenuItem .laag1 a {  /* nieuw */
    padding-left: 35px;
  }
  .resMenuItem .laag2 a {  /* nieuw */
    padding-left: 50px;
  }
  .resMenuItem .laag3 a {  /* nieuw */
    padding-left: 65px;
  }
  .resMenuwinkelmandje #reswinkelMandjeAantal {  /* nieuw */
    background: #f00;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    height: 20px;
    line-height: 1.6em;
    position: absolute;
    right: -7px;
    text-align: center;
    top: -3px;
    width: 20px;
    font-weight: bold;
  }
  #aantal {  /* nieuw */
    background: #003AA9;
    border-radius: 10px;
    display: inline-block;
    line-height: 15px;
    margin-left: 5px;
    color: #fff;
    padding: 3px 7px;
    text-align: center;
  }
  .openklapper {  /* nieuw */
    width: 39px;
    height: 39px;
    right: 0;
    top: 0;
    background-color: #404040;
    position: absolute;
    background: url(images/res_plus.svg) no-repeat scroll center center/50% auto;
    transition: all 0.3s ease;
  }
  .openklapper.open {  /* nieuw */
    transform: rotate(225deg);
  }
  .resMenuItemHolder {  /* nieuw */
    max-height: 0;
    overflow: hidden;
    transition: 0.6s all ease;
  }
  .resMenuItemHolder.open {  /* nieuw */
    max-height: 1000px;
  }
  div[class*="grid"] {  /* nieuw */
    grid-template-columns: 1fr;
  }
  .responsiveButton {  /* nieuw */
    position: relative;
    height: 26px;
    width: 26px;
    display: inline-block;
    background: no-repeat center center transparent;
    background-size: cover;
    margin: 5px 15px;
    padding: 0;
  }
  .responsiveButton .badge {  /* nieuw */
    border-radius: 30px;
    padding: 4px 6px;
    font-size: 12px;
    background: #0096D8;
    text-align: center;
    line-height: 1em;
    position: absolute;
    right: -10px;
    top: -4px;
    font-weight: bold;
  }
  a.responsiveButton {  /* nieuw */
    text-decoration: none;
    color: #fff;
    text-align: center;
  }
  #resonsiveBel {  /* nieuw */
    background-image: url(images/responsive/telefoon.png);
  }
  #resonsiveFavorieten {  /* nieuw */
    background-image: url(images/responsive/ster.png);
  }
  #resonsiveWinkelmandje {  /* nieuw */
    background-image: url(images/responsive/winkelwagen.png);
  }
  #resonsiveZoeken {  /* nieuw */
    background-image: url(images/responsive/zoeken.png);
  }
}
