* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

html {
  overflow-y: scroll;
  height: 100%;
}

body {
  height: 100%;
}

table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-spacing: 0;
}

p,
td,
ul,
ol {
  margin-bottom: 12px;
  color: #5d6365;
}

ol,
ul {
  padding-left: 30px;
}

p a,
li a,
td a {
  color: #d2232a;
  text-decoration: none;
}

p a:hover,
li a:hover,
td a:hover {
  text-decoration: underline;
}

h1 {
  color: #d2232a;
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}

h2,
h3 {
  color: #d2232a;
  font-size: 12px;
  font-weight: bold;
}

h4 {
  color: #d2232a;
  font-size: 12px;
  font-weight: bold;
  font-size: 16px;
}

h2.tekst {
  font-weight: bold;
  padding: 0;
  margin: 0;
  color: #5d6365;
  display: inline;
}

.marginhome {
  margin-top: 5px;
}

div#speciaal {
  position: absolute;
  top: 10px;
  left: 400px;
  font-size: 15px;
  color: #5d6365;
}

div#speciaal p {
  color: #ffffff;
}

div#socialmedia {
  position: absolute;
  right: 4px;
  top: 4px;
}

div#contentcontainer {
  width: 100%;
  min-height: 200px;
  margin: 0 auto;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  div#contentcontainer {
    width: 700px;
    margin-top: 180px;
  }
}
@media screen and (min-width: 1024px) {
  div#contentcontainer {
    width: 980px;
    margin-top: 20px;
  }
}

.schaduwrand {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: #adadad 0px 0px 10px;
  -moz-box-shadow: #adadad 0px 0px 10px;
  box-shadow: #adadad 0px 0px 10px;
  background-color: #ffffff;
  behavior: url(/js/PIE.htc);
}

.rondehoekjes {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  behavior: url(/js/PIE.htc);
}

.verder {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

a.zonderstreep {
  text-decoration: none;
}

a.zonderstreep:hover {
  color: #d2232a;
  text-decoration: underline;
}

.zwart {
  color: #5d6365;
}

.tekstvak {
  border: 1px solid #d2232a;
  width: 98%;
  padding: 3px;
}

.tekstvak-klein {
  border: 1px solid #d2232a;
  width: 50px;
  padding: 3px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/js/PIE.htc);
}

.knop {
  background-color: #d2232a;
  color: #fff;
  padding: 12px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/js/PIE.htc);
}

.knop:hover,
.subknop:hover,
.subknop-active:hover {
  cursor: pointer;
  background-color: #000;
  color: #fff;
}

.subknop {
  display: block;
  position: relative;
  background-color: #d2232a;
  color: #fff;
  text-align: left;
  padding: 12px 10px;
  margin-bottom: 5px;
  width: 100%;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  behavior: url(/js/PIE.htc);
}
@media screen and (min-width: 1024px) {
  .subknop {
    width: 200px;
  }
}
.subknop.active {
  background-color: #000000;
}

.subknop a {
  color: #fff;
}

div#cns {
  float: left;
  margin: 10px;
  padding: 20px;
  width: 924px;
  height: 240px;
}

div#cns-intro {
  float: left;
  width: 330px;
  margin: 20px 100px 0 60px;
}

div#cns-intro ul {
  margin-left: 18px;
  color: #5d6365;
}

div#cns-links {
  float: left;
  width: 200px;
  margin: 76px 14px 0 20px;
}

div#cns-midden {
  float: left;
  width: 500px;
  margin-top: 40px;
}

div#cns-rechts {
  float: left;
  width: 200px;
  margin: 76px 0 0 30px;
  color: #d2232a;
}

div#cns-rechts p {
  color: #d2232a;
}

div#cns-rechts ul {
  margin: 0 0 30px 18px;
}

div.cns-lijn {
  float: left;
  border-bottom: 1px solid #000;
  width: 970px;
  height: 1px;
  margin: 20px auto;
}

div#cns-uitvoeringen-tekst {
  position: relative;
  float: left;
  padding: 10px;
  width: 200px;
  margin: 20px 26px 0 0;
}

div.cns-uitvoeringen {
  position: relative;
  float: left;
  margin: 10px;
  padding: 20px;
  width: 184px;
  height: 400px;
}

div.cns-uitvoeringen span {
  color: #d2232a;
  display: block;
  margin-top: 5px;
  margin-bottom: 14px;
}

.home #welkom {
  margin: 10px;
  padding: 20px;
  *overflow: hidden;
}
.home #welkom p {
  line-height: 17px;
}
.home #welkom ul {
  color: #5d6365;
  margin: 0 0 12px 17px;
}
.home #producten {
  position: relative;
  margin: 10px;
  *margin: 10px 5px;
  padding: 20px;
  color: #5d6365;
}
.home #zorgverzekeraar {
  position: relative;
  margin: 10px;
  *margin: 10px 5px;
  padding: 20px;
  color: #5d6365;
}
.home #nieuw {
  position: relative;
  margin: 10px;
  *margin: 8px;
  padding: 20px;
  *padding: 14px;
  color: #5d6365;
  cursor: pointer;
}
.home #nieuw .lawaai {
  position: absolute;
  top: 130px;
  *top: 122px;
  left: 238px;
  z-index: 10;
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  font-size: 11px;
}
.home #nieuw #knipper {
  position: absolute;
  top: 26px;
  left: 390px;
  z-index: 10;
}
.home #nieuw .box {
  position: relative;
  border: 2px solid #d2232a;
  border-radius: 10px;
  background-color: #fff;
  margin-right: 20px;
  padding: 10px 36px 10px 10px;
  z-index: 2;
}
.home #nieuw .box::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #d2232a;
  border-right: 2px solid #d2232a;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #fff;
  right: -13px;
  top: 24px;
}
.home #nieuw .nieuwfoto {
  z-index: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  behavior: url(/js/PIE.htc);
}
.home #nieuw .nieuwverder {
  position: absolute;
  bottom: 10px;
  right: 15px;
}

div#links {
  float: left;
  width: 190px;
  margin: 10px 22px 10px 20px;
}

.single-product .product {
  margin: 10px;
  padding: 20px;
  position: relative;
}
.single-product .knop-wrapper {
  margin: 10px;
  display: none;
}
@media screen and (min-width: 768px) {
  .single-product .knop-wrapper {
    display: block;
  }
}
.downloads {
  width: 190px;
  margin: 10px;
  padding-left: 20px;
}

div.downloads p span {
  display: block;
  color: #d2232a;
  margin-bottom: 10px;
}

div.downloads p a {
  color: #5d6365;
  text-decoration: none;
}

div.downloads p a:hover {
  color: #d2232a;
}

.download-lijn {
  margin: 14px 0 0 20px;
}

.links {
  margin: 10px;
}
.links p {
  line-height: 20px;
}

.rechts {
  margin: 10px;
  padding: 20px;
  border: 1px solid #d2232a;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  behavior: url(/js/PIE.htc);
}

div#sitemap a {
  color: #5d6365;
  text-decoration: none;
}

div#sitemap a:hover {
  text-decoration: underline;
}

div#sitemap ul ul ul,
div#sitemap ul ul {
  margin-bottom: 0;
}

table#zorgverzekeraar td {
  padding: 3px;
  background-color: #d2232a;
  color: #ffffff;
  height: 20px;
  width: 50%;
}

div#rechts2 {
  position: relative;
  margin-top: 10px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  div#rechts2 {
    border-top: 1px solid #d2232a;
    border-right: 1px solid #d2232a;
    border-bottom: 1px solid #d2232a;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: 10px;
  }
}
div#rechts2 {
  behavior: url(/js/PIE.htc);
}

div#rechts ul,
div#rechts2 ul {
  margin-left: 18px;
  margin-bottom: 16px;
  color: #5d6365;
}

div#rechts2 ul.downloads {
  margin-left: 4px;
  list-style-image: url(/images/pdf.gif);
  width: 80%;
}
@media screen and (min-width: 768px) {
  div#rechts2 ul.downloads {
    width: 100%;
  }
}

div#rechts2 ul.links {
  margin-left: 23px;
  list-style-image: url(/images/link.jpg);
  width: 80%;
}
@media screen and (min-width: 768px) {
  div#rechts2 ul.links {
    width: 100%;
  }
}

div#rechts2 ul li a,
div#rechts td a {
  color: #d2232a;
  text-decoration: none;
}

div#rechts2 ul li a:hover,
div#rechts td a:hover {
  text-decoration: underline;
}

div#rechts2 p.prijzen {
  color: #d2232a;
}

.rood {
  color: #d2232a;
}

.product {
  position: relative;
  margin: 10px;
  padding: 20px;
  min-height: 190px;
  z-index: 10;
  text-align: center;
}
.product span {
  display: block;
  margin-top: 5px;
  font-weight: bold;
  color: #d2232a;
}
.product .productverder {
  position: absolute;
  bottom: 10px;
  right: 45px;
}

div.product-groot {
  float: left;
  width: 300px;
  margin: 0 42px 42px 0;
}

div.product-groot table {
  width: 100%;
  padding: 0;
  margin-top: 10px;
}

div.product-groot span.titel {
  color: #d2232a;
}

div.product-groot span.prijs {
  color: #d2232a;
  font-size: 16px;
  font-weight: bold;
}

div.product-groot span.omschrijving {
  color: #d2232a;
  display: block;
  margin-bottom: 10px;
}

div.product-groot a {
  color: #d2232a;
  text-decoration: underline;
}

div.product-groot a:hover {
  color: #5d6365;
  text-decoration: none;
}

.submenu {
  margin: 10px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .submenu {
    width: 190px;
    padding-left: 20px;
  }
}

.submenu a {
  color: #fff;
}

.submenu a:hover {
  text-decoration: none;
}

#orbt {
  float: right;
  font-weight: normal;
  font-size: 11px;
}

#orbt a {
  color: #5d6365;
  font-weight: normal;
  font-size: 11px;
  text-decoration: none;
}

div#headercontainer {
  background-color: #d2232a;
  height: 60px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}
@media screen and (min-width: 1024px) {
  div#headercontainer {
    height: 88px;
    position: static;
  }
}

#header {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  #header {
    width: 700px;
  }
}
@media screen and (min-width: 1024px) {
  #header {
    width: 980px;
    height: 88px;
  }
}
#header .logo {
  height: 60px;
  width: 140px;
  background-color: #fff;
  padding: 0 32px;
  position: relative;
}
#header .logo::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 100%;
  border-bottom-right-radius: 15px;
  background-color: #d2232a;
}
#header .logo::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 100%;
  border-bottom-left-radius: 15px;
  background-color: #d2232a;
}
#header .logo a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
#header .logo img {
  max-width: 100%;
  height: auto;
  margin-bottom: 3px;
}
@media screen and (min-width: 1024px) {
  #header {
    width: 980px;
    height: 88px;
  }
  #header .logo {
    width: 181px;
    height: 88px;
  }
}

.menu .hamburger {
  position: absolute;
  bottom: 16px;
  right: 10px;
}
.menu .hamburger .icon {
  width: 40px;
  cursor: pointer;
  transition: 300ms ease-in-out;
}
.menu .hamburger .icon .bar {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  transition: 300ms;
}
.menu .hamburger .icon .bar.top {
  transform-origin: 100% 2px;
}
.menu .hamburger .icon .bar.bottom {
  transform-origin: 100% 2px;
}
.menu .hamburger .icon .bar + .bar {
  margin-top: 6px;
}
.menu .menu-items {
  position: absolute;
  left: 100%;
  top: 60px;
  width: 100%;
  transition: left 300ms;
}
.menu .menu-items ul {
  width: 100%;
  background-color: #fff;
  list-style: none;
  padding: 0;
}
.menu .menu-items ul li {
  width: 100%;
  border-bottom: 1px solid #d2232a;
}
.menu .menu-items ul li a {
  display: block;
  padding: 15px;
  font-size: 16px;
}
.menu.open .hamburger .icon .top {
  transform: translateY(-4px) rotate(-45deg);
}
.menu.open .hamburger .icon .middle {
  transform: scaleX(0);
}
.menu.open .hamburger .icon .bottom {
  transform: translateY(4px) rotate(45deg);
}
.menu.open .menu-items {
  left: 0px;
}
@media screen and (min-width: 768px) {
  .menu .menu-items {
    left: 100vw;
    top: 60px;
    width: 100vw;
  }
  .menu.open .menu-items {
    left: 50vw;
  }
}
@media screen and (min-width: 1024px) {
  .menu {
    position: absolute;
    bottom: 4px;
    right: 0;
    color: #ffffff;
  }
  .menu .hamburger {
    display: none;
  }
  .menu .menu-items {
    display: block;
    position: static;
    width: auto;
    transition: none;
  }
  .menu .menu-items ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    zoom: 1;
    background-color: transparent;
  }
  .menu .menu-items ul li {
    font-size: 14px;
    display: flex;
    flex-direction: row;
    width: auto;
  }
  .menu .menu-items ul li a {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    padding: 0 5px;
  }
  .menu .menu-items ul li a:hover {
    text-decoration: underline;
  }
  .menu .menu-items ul li::after {
    content: "|";
    display: inline;
    padding: 0 4px;
  }
  .menu .menu-items ul li:first-of-type::before {
    content: "|";
    display: inline;
    padding: 0 4px;
  }
  .menu .menu-items ul li :last-of-type::after {
    content: "";
    padding: 0;
  }
}

.lrqa-cert {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .lrqa-cert {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
}
@media screen and (min-width: 1024px) {
  .lrqa-cert {
    position: initial;
    top: initial;
  }
}
.lrqa-cert .container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 10px;
  padding-left: 70px;
}
.lrqa-cert .container img {
  width: 100px;
  height: auto;
  display: none;
}
@media screen and (min-width: 768px) {
  .lrqa-cert .container {
    width: 700px;
  }
  .lrqa-cert .container img {
    display: block;
    width: 130px;
  }
}
@media screen and (min-width: 1024px) {
  .lrqa-cert .container {
    width: 980px;
    height: 88px;
  }
  .lrqa-cert .container img {
    width: 150px;
  }
}

.footer {
  margin-bottom: 40px;
}
.footer ul.line {
  padding: 0;
  list-style: none;
  width: 100%;
  margin-bottom: 12px;
}
.footer ul.line li {
  width: 100%;
  text-align: center;
  line-height: 2em;
}
.footer .footersmal-logos {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer.breed {
    width: 700px;
  }
  .footer.smal {
    width: 700px;
  }
  .footer.breed, .footer.smal {
    position: relative;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .footer.breed ul.line, .footer.smal ul.line {
    padding: 0;
    list-style: none;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
  }
  .footer.breed ul.line li, .footer.smal ul.line li {
    width: 100%;
    text-align: center;
    line-height: 2em;
    display: inline;
    color: #5d6365;
    line-height: 24px;
  }
  .footer.breed ul.line li span, .footer.smal ul.line li span {
    color: #000000;
  }
  .footer.breed ul.line li a, .footer.smal ul.line li a {
    text-decoration: none;
    color: #5d6365;
  }
  .footer.breed ul.line li a:hover, .footer.smal ul.line li a:hover {
    text-decoration: underline;
  }
  .footer.breed ul.line li:after, .footer.smal ul.line li:after {
    content: "|";
    margin: 0 0 0 3px;
  }
  .footer.breed ul.line li:last-of-type::after, .footer.smal ul.line li:last-of-type::after {
    content: "";
    margin: 0;
  }
  .footer .footerbreed-logos {
    position: absolute;
    top: 0;
    *top: 5px;
    right: 0;
  }
  .footer .footersmal-logos {
    position: absolute;
    top: 5px;
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer.breed, .footer.smal {
    width: 980px;
  }
}

.home.cns {
  margin-bottom: 60px;
}
.home.cns .cns-header {
  width: 100%;
}
.home.cns .cns-header img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .home.cns .cns-intro {
    padding: 0 20px;
  }
}
.home.cns .cns-intro h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  max-width: 66%;
}
@media screen and (max-width: 1020px) {
  .home.cns .cns-intro h2 {
    max-width: 100%;
  }
}
.home.cns .cns-intro p {
  font-size: 14px;
  line-height: 28px;
}
.home.cns .cns-action {
  padding-top: 40px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .home.cns .cns-action {
    padding: 0 20px;
    flex-direction: column;
    justify-content: stretch;
  }
}
.home.cns .cns-action .cns-action-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .home.cns .cns-action .cns-action-wrapper {
    flex-direction: column;
    justify-content: stretch;
    align-items: normal;
  }
}
.home.cns .cns-action .button {
  box-sizing: content-box;
  min-width: 200px;
  background-color: #d2232a;
  border: solid 1px #d2232a;
  color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  transition: all 300ms;
}
.home.cns .cns-action .button.diabetisch-action-link {
  border: solid 1px #d2232a;
  background-color: #fff;
  color: #d2232a;
}
.home.cns .cns-action .button:hover {
  background-color: rgb(235.3571428571, 137.1428571429, 141.0714285714);
  border-color: rgb(235.3571428571, 137.1428571429, 141.0714285714);
  color: #fff;
}
.home.cns .cns-action.top {
  padding-top: 20px;
  padding-bottom: 20px;
}
.home.cns .cns-action.top .button {
  padding: 10px 20px;
}

.grid {
  display: grid;
}
.grid.diabetisch {
  grid-template-columns: 1fr 1fr;
}
.grid.diabetisch #welkom {
  grid-column: 1/span 2;
}
.grid.diabetisch #nieuw {
  grid-column: 1/span 2;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}
.grid.diabetisch #nieuw .image-box {
  grid-row: 1;
  grid-column: 1;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin-bottom: -10px;
}
.grid.diabetisch #nieuw .image-box .nieuwfoto {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.grid.diabetisch #nieuw .image-box .lawaai {
  top: auto;
  bottom: 15px;
  right: 10px;
  left: auto;
}
.grid.diabetisch #nieuw .box {
  grid-row: 2;
  grid-column: 1;
  margin-right: 0;
}
.grid.diabetisch #nieuw .box:after {
  transform: rotate(-135deg);
  right: auto;
  left: 37px;
  bottom: auto;
  top: -13px;
}
@media screen and (min-width: 768px) {
  .grid.diabetisch {
    grid-template-columns: 65% auto;
  }
  .grid.diabetisch #welkom {
    grid-row: 1/span 2;
    grid-column: 1;
  }
  .grid.diabetisch #nieuw {
    grid-row: 3;
    grid-column: 1/span 2;
    display: grid;
    grid-template-columns: 200px auto;
    grid-template-rows: 1fr;
  }
  .grid.diabetisch #nieuw .image-box {
    grid-row: 1;
    grid-column: 2;
    margin-left: 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
  }
  .grid.diabetisch #nieuw .image-box .nieuwfoto {
    height: 100%;
    right: 0;
    width: 100%;
    top: 0;
    border-bottom-right-radius: 10px;
  }
  .grid.diabetisch #nieuw .image-box .lawaai {
    top: auto;
    bottom: 5px;
    right: 10px;
    left: auto;
  }
  .grid.diabetisch #nieuw .box {
    grid-row: 1;
    grid-column: 1;
    margin-right: -20px;
  }
  .grid.diabetisch #nieuw .box:after {
    transform: rotate(-45deg);
    right: -13px;
    left: auto;
    bottom: 17px;
    top: auto;
  }
}
@media screen and (min-width: 1024px) {
  .grid.diabetisch {
    grid-template-columns: 460px 1fr 1fr;
    grid-template-rows: auto auto;
    overflow: hidden;
  }
  .grid.diabetisch #welkom {
    grid-row: 1/span 2;
    grid-column: 1;
  }
  .grid.diabetisch #nieuw {
    grid-row: 2;
    grid-column: 2/span 2;
    display: grid;
    grid-template-columns: 200px auto;
    grid-template-rows: 1fr;
  }
  .grid.diabetisch #nieuw .image-box {
    grid-row: 1;
    grid-column: 2;
    margin-left: 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
  }
  .grid.diabetisch #nieuw .image-box .nieuwfoto {
    height: 100%;
    right: 0;
    width: 100%;
    top: 0;
    border-bottom-right-radius: 10px;
  }
  .grid.diabetisch #nieuw .image-box .lawaai {
    top: auto;
    bottom: 5px;
    right: 10px;
    left: auto;
  }
  .grid.diabetisch #nieuw .box {
    grid-row: 1;
    grid-column: 1;
    margin-right: -20px;
  }
  .grid.diabetisch #nieuw .box:after {
    transform: rotate(-45deg);
    right: -13px;
    left: auto;
    bottom: 17px;
    top: auto;
  }
}
.grid.diabetisch img {
  max-width: 100%;
  height: auto;
}
.grid.producten {
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .grid.producten {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .grid.producten {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.grid.producten img {
  max-width: 100%;
  height: auto;
  max-height: 130px;
  text-align: center;
}
.grid.single-product {
  grid-template-columns: 1fr;
}
.grid.single-product img {
  max-width: 100%;
  height: auto;
}
.grid.single-product .product {
  grid-row-start: 1;
}
.grid.single-product .knop-wrapper {
  grid-row-start: 2;
  display: none;
}
.grid.single-product #rechts2 {
  grid-row: 2;
}
.grid.single-product #rechts2 .verzekeringen {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 12px;
}
.grid.single-product #rechts2 .verzekeringen a {
  margin: 5px;
}
.grid.single-product #rechts2 .verzekering-product {
  grid-template-columns: 1fr;
  color: #5d6365;
}
.grid.single-product #rechts2 .verzekering-product .title {
  grid-row: 1;
}
.grid.single-product #rechts2 .verzekering-product .description {
  grid-row: 3;
}
.grid.single-product #rechts2 .verzekering-product .image {
  grid-row: 2;
  margin: 6px 0;
}
.grid.single-product #rechts2 .promotion {
  grid-template-columns: 1fr 1fr;
}
.grid.single-product .sub-menu {
  grid-row-start: 3;
  text-align: center;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .grid.single-product {
    grid-template-columns: 204px auto;
    grid-template-rows: repeat(4, min-content);
  }
  .grid.single-product .product {
    grid-row-start: 1;
  }
  .grid.single-product .knop-wrapper {
    grid-row-start: 2;
    display: block;
  }
  .grid.single-product #rechts2 {
    grid-row: 1/span 10;
    grid-column: 2;
    align-self: start;
  }
  .grid.single-product #rechts2 .verzekeringen {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 12px;
  }
  .grid.single-product #rechts2 .verzekering-product {
    grid-template-columns: 75% 25%;
    grid-template-rows: auto auto;
    color: #5d6365;
  }
  .grid.single-product #rechts2 .verzekering-product .title {
    grid-row: 1;
    grid-column: 1/span 2;
  }
  .grid.single-product #rechts2 .verzekering-product .description {
    grid-row: 2;
    grid-column: 1;
  }
  .grid.single-product #rechts2 .verzekering-product .image {
    grid-row: 2;
    grid-column: 2;
  }
  .grid.single-product #rechts2 .verzekering-product .promotion {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.single-product .sub-menu {
    grid-row-start: 3;
    text-align: center;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .grid.single-product {
    grid-template-columns: 245px auto;
  }
}
.grid.single-product .lancetten-vingerprikkers {
  grid-template-columns: 1fr 1fr;
}
.grid.single-product .lancetten-vingerprikkers .description {
  grid-row: 1;
  grid-column: 1/span 2;
}
.grid.single-product .lancetten-vingerprikkers .lv-product {
  margin: 10px;
}
.grid.single-product .usb-litelink {
  grid-template-columns: 1fr 1fr;
}
.grid.single-product .usb-litelink > div {
  margin: 10px;
}
.grid.single-product .usb-litelink > div ul {
  margin: 0;
  padding: 0;
}
.grid.pagina {
  grid-template-columns: 1fr;
}
.grid.pagina img {
  max-width: 100%;
  height: auto;
}
.grid.pagina .rechts {
  grid-row-start: 1;
}
@media screen and (min-width: 768px) {
  .grid.pagina {
    grid-template-columns: 179px;
  }
  .grid.pagina .rechts {
    grid-row: 1/span 3;
    grid-column: 2;
    align-self: start;
  }
}
@media screen and (min-width: 1024px) {
  .grid.pagina {
    grid-template-columns: 220px;
  }
}
