.pie-element {
  behavior: url("/css/PIE.htc");
  position: relative;
}

#frame {
  position: relative;
  margin: auto auto;
  width: 100%;
  height: 100%;
  background-color: #bbdfc8;
  border-radius: 6px;
  margin-bottom: 0px;
}

#p {
  position: relative;
  margin: auto auto;
  height: 100%;
  width: 100%;
}

.breakpoint-1,
.breakpoint-2,
.breakpoint-3,
.breakpoint-4,
.breakpoint-5 {
  display: none;
}

@media (max-width: 804px) {
  .breakpoint-1 {
    display: block;
  }

  #frame {
    padding: 8px 8px;
  }
}
@media (min-width: 805px) and (max-width: 1038px) {
  .breakpoint-2 {
    display: block;
  }

  #frame {
    padding: 8px 80px;
  }
}
@media (min-width: 1039px) and (max-width: 1397px) {
  .breakpoint-3 {
    display: block;
  }

  #frame {
    width: 1039px;
    padding: 15px 35px;
  }
}
@media (min-width: 1398px) and (max-width: 1999px) {
  .breakpoint-4 {
    display: block;
  }

  #frame {
    width: 1367px;
    padding: 15px 35px;
  }
}
@media (min-width: 2000px) {
  .breakpoint-5 {
    display: block;
  }

  #frame {
    width: 1695px;
    padding: 15px 35px;
  }
}
UL.items {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
UL.items .clear {
  clear: both;
}
UL.items .columnWidth {
  width: 313px;
}
UL.items LI {
  width: 100%;
}
UL.items LI .item {
  width: 100%;
  opacity: 0.96;
  position: relative;
  background-color: #eff2f5;
  border-radius: 6px;
  margin-top: 15px;
  overflow: hidden;
}
UL.items LI .item .image {
  width: 100%;
  height: 100%;
  position: relative;
}
UL.items LI .item .image img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
UL.items LI .item .data {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 12px 8px 12px 8px;
}
UL.items LI .item .data .tijd {
  font-size: 12px;
  color: #3d3d3d;
  z-index: 100;
  width: auto;
  display: inline-block;
  font-family: 'Roboto';
  margin-bottom: 6px;
}
UL.items LI .item .data .titel {
  width: 100%;
}
UL.items LI .item .data .titel a {
  font-family: 'Roboto' !important;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
UL.items LI .item .data .inleiding {
  display: block;
  position: relative;
  border: 0;
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
  font-family: 'Roboto';
  color: #999;
  margin-top: 4px;
  text-align: left;
  max-height: 50px;
  overflow: hidden;
}
UL.items LI .item .data .inleiding .fade {
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}
UL.items LI .item .data .inleiding .fadedisabled {
  display: none !important;
}
UL.items LI .item .data .info {
  font-size: 12px;
  color: #3d3d3d;
  z-index: 100;
  width: auto;
  display: inline-block;
  font-family: 'Roboto';
  margin-top: 6px;
}
UL.items LI .item .data .info a {
  font-family: 'Roboto';
  width: 100%;
  font-size: 12px;
  color: #003d5b !important;
}
UL.items LI .item .data .buttons {
  position: absolute;
  top: -40px;
  right: 0;
  height: 40px;
  background-color: #eff2f5;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 6px 0 0 0;
  padding-bottom: 3px;
}
UL.items LI .item .data .buttons .knop {
  z-index: 20;
  position: relative;
  display: inline-block;
  border-radius: 4px;
  width: 45px;
  height: 35px;
  margin: 4px;
  border: 1px solid #2a5338;
}
UL.items LI .item .data .buttons .volgen,
UL.items LI .item .data .buttons .volgend {
  width: 110px;
}
UL.items LI .item .data .buttons .volgen.small,
UL.items LI .item .data .buttons .volgend.small {
  width: 45px;
}
UL.items LI .item .data .buttons .volgen.small span,
UL.items LI .item .data .buttons .volgend.small span {
  left: 13px;
  padding-left: 50px !important;
}
UL.items LI .item .data .buttons .knop span {
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 30px;
  height: 30px;
  background: url('/img/sprites.png?v=0307c16e0a') 0 -152px;
  background-repeat: no-repeat;
}
UL.items LI .item .data .buttons .knop.cabla {
  border: 1px solid #2a5338;
  background-image: -moz-linear-gradient(90deg, black 0%, #2a5338 0%, #649f79 100%);
  background-image: -webkit-linear-gradient(90deg, black 0%, #2a5338 0%, #649f79 100%);
  background-image: -ms-linear-gradient(90deg, black 0%, #2a5338 0%, #649f79 100%);
}
UL.items LI .item .data .buttons .knop.delen,
UL.items LI .item .data .buttons .knop.volgend {
  border: 1px solid #013b57;
  background-image: -moz-linear-gradient(90deg, black 0%, #013b57 0%, #006699 100%);
  background-image: -webkit-linear-gradient(90deg, black 0%, #013b57 0%, #006699 100%);
  background-image: -ms-linear-gradient(90deg, black 0%, #013b57 0%, #006699 100%);
}
UL.items LI .item .data .buttons .knop.volgen {
  border: 1px solid #a0a0a0;
  background-image: -moz-linear-gradient(90deg, black 0%, gainsboro 0%, white 100%);
  background-image: -webkit-linear-gradient(90deg, black 0%, gainsboro 0%, white 100%);
  background-image: -ms-linear-gradient(90deg, black 0%, gainsboro 0%, white 100%);
}
UL.items LI .item .data .buttons .knop.reageren {
  border: 1px solid #a0a0a0;
  background-image: -moz-linear-gradient(90deg, black 0%, #a0a0a0 0%, #d5d5d5 100%);
  background-image: -webkit-linear-gradient(90deg, black 0%, #a0a0a0 0%, #d5d5d5 100%);
  background-image: -ms-linear-gradient(90deg, black 0%, #a0a0a0 0%, #d5d5d5 100%);
}
UL.items LI .item .data .buttons .knop.delen span {
  background: url('/img/sprites.png?v=0307c16e0a') 0 -122px;
}
UL.items LI .item .data .buttons .knop.reageren span {
  background: url('/img/sprites.png?v=0307c16e0a') 0 -92px;
}
UL.items LI .item .data .buttons .knop.volgen span {
  background: url('/img/sprites.png?v=0307c16e0a') 0 -23px;
  background-repeat: no-repeat;
  height: 23px;
  width: 23px;
  top: 5px;
  color: #006699;
  font-size: 14px;
  padding-left: 30px;
  font-family: Roboto;
  font-weight: bold;
  padding-top: 4px;
}
UL.items LI .item .data .buttons .knop.volgend span {
  background: url('/img/sprites.png?v=0307c16e0a') 0 0;
  background-repeat: no-repeat;
  height: 23px;
  width: 23px;
  top: 5px;
  color: white;
  font-size: 14px;
  padding-left: 30px;
  font-family: Roboto;
  font-weight: bold;
  padding-top: 4px;
}
UL.items LI .item .data .item_meer {
  display: inline-block;
  background: url("http://cache.cabla.nl/img/meer/lgrijs22h.png");
  height: 8px;
  width: 22px;
  position: relative;
  margin-left: 5px;
  top: 6px;
  cursor: pointer;
}
UL.items LI .blok {
  width: 100%;
  opacity: 0.96;
  position: relative;
  background-color: #eff2f5;
  border-radius: 6px;
  margin-top: 15px;
}
UL.items LI .blok .t {
  position: relative;
  height: auto;
  background-color: #54af76;
  border-radius: 6px 6px 0 0;
  padding: 4px 8px 4px 8px;
}
UL.items LI .blok .t .logo {
  display: none;
}
UL.items LI .blok .t h2 {
  position: relative;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  padding-top: 22px;
  padding-bottom: 20px;
}
UL.items LI .blok .t h2 a {
  display: block;
  font-size: 22px;
  font-family: 'Roboto';
  color: white;
  padding-right: 35px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
}
UL.items LI .blok .t h2 a:hover {
  text-decoration: none;
}
UL.items LI .blok .t .uitgelicht {
  display: block;
  z-index: 10;
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 10px;
  font-family: 'Roboto';
  color: #CCC;
}
UL.items LI .blok .t .uitgelicht .a {
  display: none;
}
UL.items LI .blok .t .uitgelicht .door {
  color: white;
  font-size: 10px;
  font-family: 'Roboto';
}
UL.items LI .blok .t .item_meer {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  background: url("http://cache.cabla.nl/img/meer/wit22h.png");
  height: 8px;
  width: 22px;
  cursor: pointer;
}
UL.items LI .blok .t .volg {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #eff2f5;
  height: 43px;
  width: 63px;
  border-radius: 0 6px 0 4px;
}
UL.items LI .blok .t .item_volgenknop {
  display: block;
  position: absolute;
  top: 4px;
  right: 9px;
  border-radius: 4px;
  width: 45px;
  height: 35px;
  border: 1px solid #326946;
  color: transparent;
  background-color: white;
  cursor: pointer;
}
UL.items LI .blok .t .buttonfollow.unfollow {
  color: transparent;
  background-color: #326946;
  border: 1px solid #326946;
}
UL.items LI .blok .t .buttonfollow span {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  position: absolute;
  top: 6px;
  left: 12px;
  text-align: center;
  width: 45px;
  height: 35px;
  display: none;
  overflow: hidden;
  color: transparent;
  background-repeat: no-repeat;
  height: 23px;
  width: 23px;
}
UL.items LI .blok .t .buttonfollow:not(.unfollow) span:nth-child(1) {
  display: block;
  background: url('/img/sprites.png?v=0307c16e0a') 0 -46px;
}
UL.items LI .blok .t .buttonfollow:not(.unfollow):hover span:nth-child(1) {
  background: url('/img/sprites.png?v=0307c16e0a') 0 0;
}
UL.items LI .blok .t .buttonfollow.unfollow span:nth-child(2) {
  display: block;
  background: url('/img/sprites.png?v=0307c16e0a') 0 0;
}
UL.items LI .blok .t .buttonfollow.unfollow:hover span:nth-child(2) {
  display: none;
}
UL.items LI .blok .t .buttonfollow.unfollow:hover span:nth-child(3) {
  display: block;
  background: url('/img/sprites.png?v=0307c16e0a') 0 -46px;
}
UL.items LI .blok .t .buttonfollow.unfollow:hover {
  background-color: #326946;
  border: 1px solid #54af76;
  color: transparent;
  background-color: white;
}
UL.items LI .blok .t .buttonfollow:hover {
  color: #54af76;
  background-color: #326946;
  border: 1px solid #326946;
  background-repeat: no-repeat;
}
UL.items LI .blok .data .door {
  flex: none;
  width: 100%;
  position: relative;
  overflow: hidden;
  width: 100%;
  position: relative;
  font-family: 'Roboto';
  padding-left: 13px;
  margin-top: 14px;
  clear: both;
}
UL.items LI .blok .data .door a {
  font-family: 'Roboto';
  font-size: 18px;
  color: #000;
}
UL.items LI .blok .data .door span {
  color: #999;
  font-size: 12px;
}
UL.items LI .blok .data .door span a {
  color: #999;
  font-size: 12px;
}
UL.items LI .blok .data .items {
  margin-top: 6px;
  margin-bottom: 6px;
}
UL.items LI .blok .data .items .itemnr {
  position: relative;
  height: 74px;
  width: 100%;
  padding: 8px;
}
UL.items LI .blok .data .items .itemnr .sleutels {
  display: none;
}
UL.items LI .blok .data .items .itemnr .img {
  display: block;
  margin-right: 6px;
  float: left;
  width: 88px;
  height: 59px;
  border: 0;
  border-radius: 6px;
}
UL.items LI .blok .data .items .itemnr .img img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  vertical-align: middle;
}
UL.items LI .blok .data .items .itemnr div {
  z-index: 1;
  position: absolute;
  display: table;
  padding-left: 8px;
  left: 95px;
  width: 65%;
  height: 60px;
}
UL.items LI .blok .data .items .itemnr div a:nth-child(1) {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
UL.items LI .blok .data .items .itemnr div a:nth-child(2) {
  display: none;
}
UL.items LI .blok .data .items .itemnr.h {
  display: none;
}
UL.items LI .blok .meerkabel {
  position: relative;
  width: 100%;
  height: 20px;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  text-align: center;
  overflow: hidden;
}
UL.items LI .blok .meerkabel a {
  text-decoration: none;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  height: 20px;
  font-weight: bold;
  display: block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  writing-mode: lr-tb;
}
UL.items LI[data-verborgen*="1"] {
  display: none;
}

UL.items:not(.rij) {
  opacity: 0;
}

UL.items.layoutComplete:not(.rij) {
  opacity: 1;
}

/* Klassiek */
UL.items.klassiek LI:not(.ads1) .blok .data .items .itemnr,
UL.items.klassiek LI.ads1.links .blok .data .items .itemnr {
  height: auto;
}
UL.items.klassiek LI:not(.ads1) .blok .data .items .itemnr .img,
UL.items.klassiek LI.ads1.links .blok .data .items .itemnr .img {
  display: none;
}
UL.items.klassiek LI:not(.ads1) .blok .data .items .itemnr div:before,
UL.items.klassiek LI.ads1.links .blok .data .items .itemnr div:before {
  font-size: 1;
  content: "";
  position: absolute;
  top: 5px;
  display: block;
  float: left;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #54af76;
  overflow: hidden;
}
UL.items.klassiek LI:not(.ads1) .blok .data .items .itemnr div,
UL.items.klassiek LI.ads1.links .blok .data .items .itemnr div {
  position: relative;
  left: 0;
  padding-left: 0;
  display: block;
  height: auto;
  width: 100%;
}
UL.items.klassiek LI:not(.ads1) .blok .data .items .itemnr div a,
UL.items.klassiek LI.ads1.links .blok .data .items .itemnr div a {
  font-weight: normal;
  padding-left: 15px;
  position: relative;
}

@media only screen and (min-width: 1039px) {
  UL.items LI {
    width: auto;
  }
  UL.items LI .blok,
  UL.items LI .item {
    width: 313px;
  }

  /* Rij */
  UL.items.rij,
  UL.items[data-zoek*="1"] {
    width: 100%;
  }
  UL.items.rij LI:not(.columnWidth),
  UL.items[data-zoek*="1"] LI:not(.columnWidth) {
    width: 100%;
  }
  UL.items.rij LI:not(.columnWidth) .blok.item .image,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok.item .image {
    width: 220px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  UL.items.rij LI:not(.columnWidth) .blok.item .image a,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok.item .image a {
    display: block;
    padding: 8px 0 8px 0;
    margin-left: auto;
    margin-right: auto;
  }
  UL.items.rij LI:not(.columnWidth) .blok.item .image a img,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok.item .image a img {
    width: 225px;
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  UL.items.rij LI:not(.columnWidth) .blok.item .data,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok.item .data {
    display: block;
  }
  UL.items.rij LI:not(.columnWidth) .blok.item .data .info,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok.item .data .info {
    width: auto;
    display: inline-block;
  }
  UL.items.rij LI:not(.columnWidth) .blok.item .data .tijd,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok.item .data .tijd {
    display: inline-block;
    width: auto;
    color: #3d3d3d;
    font-size: 12px;
  }
  UL.items.rij LI:not(.columnWidth) .blok.item .data .titel,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok.item .data .titel {
    clear: both;
  }
  UL.items.rij LI:not(.columnWidth) .blok.item .data .titel a,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok.item .data .titel a {
    display: block;
    font-family: 'Roboto';
    font-size: 26px;
    margin: 8px 0 15px 0;
  }
  UL.items.rij LI:not(.columnWidth) .blok.item .data .inleiding,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok.item .data .inleiding {
    color: #3d3d3d;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Roboto';
    padding-right: 35%;
    max-height: auto;
  }
  UL.items.rij LI:not(.columnWidth) .blok.item .data .buttons,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok.item .data .buttons {
    top: 4px;
  }
  UL.items.rij LI:not(.columnWidth) .blok,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok {
    height: auto;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  UL.items.rij LI:not(.columnWidth) .blok .t,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .t {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    width: 220px;
    background-color: #54af76;
    height: auto;
    border-radius: 0;
    padding: 0;
  }
  UL.items.rij LI:not(.columnWidth) .blok .t h2,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .t h2 {
    padding: 4px 8px 4px 8px;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 210px;
    margin: 0;
    border-radius: 0;
  }
  UL.items.rij LI:not(.columnWidth) .blok .t h2 a,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .t h2 a {
    font-size: 20px;
    width: 210px;
    line-height: 25px;
  }
  UL.items.rij LI:not(.columnWidth) .blok .t .uitgelicht,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .t .uitgelicht {
    display: block;
    z-index: 10;
    position: absolute;
    top: auto;
    bottom: 4px;
    left: 6px;
    font-size: 10px;
    font-family: 'Roboto';
    color: #CCC;
    width: 100%;
  }
  UL.items.rij LI:not(.columnWidth) .blok .t .uitgelicht .a,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .t .uitgelicht .a {
    position: relative;
    top: -2px;
    display: block;
    width: 15px;
    height: 15px;
    font-size: 10px;
    font-family: 'Roboto';
    margin-right: 3px;
    background: url("http://cache.startkabel.nl/images/uitgelicht-wit1.png") no-repeat;
    float: left;
  }
  UL.items.rij LI:not(.columnWidth) .blok .t .uitgelicht .door,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .t .uitgelicht .door {
    display: block;
    position: absolute;
    top: 0;
    left: 41px;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white;
    font-size: 10px;
    font-family: 'Roboto';
  }
  UL.items.rij LI:not(.columnWidth) .blok .t .logo,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .t .logo {
    display: block;
    position: relative;
    margin-top: 60px;
    /* 40px / 70px bij volg */
    margin-bottom: 70px;
    z-index: 10;
    width: 150px;
    height: 103px;
    background-color: #fff;
    border-radius: 6px;
  }
  UL.items.rij LI:not(.columnWidth) .blok .t .logo img,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .t .logo img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 4px solid #fff;
  }
  UL.items.rij LI:not(.columnWidth) .blok .t .volg,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .t .volg {
    /* display inline-block bij volg */
    left: 150px;
    top: auto;
    bottom: 0;
    height: 50px;
    width: 100px;
    border-radius: 4px 0 0 0px;
  }
  UL.items.rij LI:not(.columnWidth) .blok .t .item_volgenknop,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .t .item_volgenknop {
    top: auto;
    bottom: 8px;
    left: 156px;
    width: 90px;
    height: 35px;
  }
  UL.items.rij LI:not(.columnWidth) .blok .t .item_meer,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .t .item_meer {
    bottom: auto;
    top: 13px;
    right: 10px;
  }
  UL.items.rij LI:not(.columnWidth) .blok .t .buttonfollow.unfollow,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .t .buttonfollow.unfollow {
    color: white;
  }
  UL.items.rij LI:not(.columnWidth) .blok .t .buttonfollow span,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .t .buttonfollow span {
    top: 6px;
    width: 90px;
    height: 30px;
    left: 0;
  }
  UL.items.rij LI:not(.columnWidth) .blok .t .buttonfollow:not(.unfollow) span:nth-child(1),
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .t .buttonfollow:not(.unfollow) span:nth-child(1) {
    background-image: none;
    color: #3a7a52;
  }
  UL.items.rij LI:not(.columnWidth) .blok .t .buttonfollow:not(.unfollow):hover span:nth-child(1),
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .t .buttonfollow:not(.unfollow):hover span:nth-child(1) {
    color: white;
  }
  UL.items.rij LI:not(.columnWidth) .blok .t .buttonfollow.unfollow span:nth-child(2),
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .t .buttonfollow.unfollow span:nth-child(2) {
    background-image: none;
    color: white;
  }
  UL.items.rij LI:not(.columnWidth) .blok .t .buttonfollow.unfollow:hover span:nth-child(3),
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .t .buttonfollow.unfollow:hover span:nth-child(3) {
    background-image: none;
    color: white;
  }
  UL.items.rij LI:not(.columnWidth) .blok .t .buttonfollow.unfollow:hover,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .t .buttonfollow.unfollow:hover {
    background-color: #bb0000;
    border: 1px solid #bb0000;
  }
  UL.items.rij LI:not(.columnWidth) .blok .t .buttonfollow:hover,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .t .buttonfollow:hover {
    color: white;
  }
  UL.items.rij LI:not(.columnWidth) .blok .data,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .data {
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: calc(100% - 220px);
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  UL.items.rij LI:not(.columnWidth) .blok .data .items,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .data .items {
    flex: none;
    width: 120%;
    left: 0%;
    position: relative;
    overflow: hidden;
  }
  UL.items.rij LI:not(.columnWidth) .blok .data .items .itemnr,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .data .items .itemnr {
    float: left;
    height: auto;
    text-align: center;
    padding: 8px;
    width: 140px;
    margin-right: 15px;
  }
  UL.items.rij LI:not(.columnWidth) .blok .data .items .itemnr .img,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .data .items .itemnr .img {
    width: 125px;
    height: 84px;
    display: block !important;
    margin: auto auto;
    float: none;
    text-align: center;
  }
  UL.items.rij LI:not(.columnWidth) .blok .data .items .itemnr .img img,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .data .items .itemnr .img img {
    width: 100%;
    height: 100%;
    margin: 0;
    vertical-align: text-bottom;
  }
  UL.items.rij LI:not(.columnWidth) .blok .data .items .itemnr div:before,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .data .items .itemnr div:before {
    display: none;
  }
  UL.items.rij LI:not(.columnWidth) .blok .data .items .itemnr div,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .data .items .itemnr div {
    position: relative;
    padding-left: 0;
    left: 0;
    display: block;
    width: auto;
    height: auto;
  }
  UL.items.rij LI:not(.columnWidth) .blok .data .items .itemnr div a:first-child,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .data .items .itemnr div a:first-child {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 125px;
    margin-top: 6px;
    height: auto;
    font-weight: normal;
  }
  UL.items.rij LI:not(.columnWidth) .blok .data .items .itemnr.h,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .data .items .itemnr.h {
    display: block;
  }
  UL.items.rij LI:not(.columnWidth) .blok .data .items.inleiding .itemnr,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .data .items.inleiding .itemnr {
    text-align: left;
    width: 240px;
    margin-right: 15px;
  }
  UL.items.rij LI:not(.columnWidth) .blok .data .items.inleiding .itemnr .img,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .data .items.inleiding .itemnr .img {
    width: 203px;
    height: 140px;
  }
  UL.items.rij LI:not(.columnWidth) .blok .data .items.inleiding .itemnr div:not(.sleutels),
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .data .items.inleiding .itemnr div:not(.sleutels) {
    margin-top: 5px;
  }
  UL.items.rij LI:not(.columnWidth) .blok .data .items.inleiding .itemnr div:not(.sleutels) a:nth-child(1),
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .data .items.inleiding .itemnr div:not(.sleutels) a:nth-child(1) {
    padding: 0 5px 0 5px;
    display: table-cell;
    vertical-align: middle;
    height: 53px;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    font-family: 'Roboto';
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
  }
  UL.items.rij LI:not(.columnWidth) .blok .data .items.inleiding .itemnr div:not(.sleutels) a:nth-child(2),
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .data .items.inleiding .itemnr div:not(.sleutels) a:nth-child(2) {
    padding: 0 5px 0 5px;
    margin-top: 5px;
    display: block;
    width: 100%;
    font-size: 12px;
    font-family: 'Roboto';
    color: #999;
    margin-left: auto;
    margin-right: auto;
    max-height: 58px;
    overflow: hidden;
  }
  UL.items.rij LI:not(.columnWidth) .blok .data .items.inleiding .itemnr div:not(.sleutels) a:nth-child(2):hover,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .data .items.inleiding .itemnr div:not(.sleutels) a:nth-child(2):hover {
    text-decoration: none;
  }
  UL.items.rij LI:not(.columnWidth) .blok .data .fade,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .data .fade {
    z-index: 10;
    width: calc(100% - 220px);
    height: 23px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #eff2f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #eff2f5));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #eff2f5 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #eff2f5 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #eff2f5 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #eff2f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='$kleur1',GradientType=0 );
  }
  UL.items.rij LI:not(.columnWidth) .blok .meer,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .meer {
    display: none !important;
  }
  UL.items.rij LI:not(.columnWidth) .blok .meerkabel,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .meerkabel {
    z-index: 10;
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 100%;
    padding-left: 20px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #eff2f5 70%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(70%, #eff2f5));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #eff2f5 70%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #eff2f5 70%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #eff2f5 70%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #eff2f5 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  }
  UL.items.rij LI:not(.columnWidth) .blok .meerkabel .m,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .meerkabel .m {
    display: table;
    width: 25px;
    height: 100%;
    text-decoration: none !important;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    writing-mode: none;
  }
  UL.items.rij LI:not(.columnWidth) .blok .meerkabel .m span,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .meerkabel .m span {
    color: #3d3d3d;
    display: table-cell;
    vertical-align: middle;
    width: 25px;
    height: 100%;
    font-family: Roboto;
    font-size: 30px !important;
    font-weight: bold;
    padding-left: 6px;
  }
  UL.items.rij LI:not(.columnWidth) .blok .meerkabel.hover,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .meerkabel.hover {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #eff2f5 70%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(70%, #eff2f5));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #eff2f5 70%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #eff2f5 70%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #eff2f5 70%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #eff2f5 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  }
  UL.items.rij LI:not(.columnWidth) .blok .meerkabel.hover span .arrow,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .meerkabel.hover span .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.5px 0 8.5px 15px;
    border-color: transparent transparent transparent #54af76;
  }
  UL.items.rij LI:not(.columnWidth) .blok:hover .meerkabel.hover,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok:hover .meerkabel.hover {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #54af76 170%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(170%, #54af76));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #54af76 170%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #54af76 170%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #54af76 170%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #54af76 170%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  }
  UL.items.rij LI:not(.columnWidth) .blok:hover .meerkabel.hover:hover,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok:hover .meerkabel.hover:hover {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #54af76 70%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(70%, #54af76));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #54af76 70%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #54af76 70%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #54af76 70%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #54af76 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  }
  UL.items.rij LI:not(.columnWidth) .blok:hover .meerkabel.hover:hover span .arrow,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok:hover .meerkabel.hover:hover span .arrow {
    border-color: transparent transparent transparent #eff2f5;
  }
  UL.items.rij LI:not(.columnWidth) .blok.media .data .items,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok.media .data .items {
    left: 10px !important;
    width: 100%;
  }
  UL.items.rij LI:not(.columnWidth) .blok.media .data .items .itemnr,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok.media .data .items .itemnr {
    display: block !important;
    margin-right: 20px !important;
  }
  UL.items.rij LI:not(.columnWidth) .blok.media .data .items .meerkabel,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok.media .data .items .meerkabel {
    right: 10px !important;
  }
}
@media only screen and (min-width: 1039px) and (-webkit-min-device-pixel-ratio: 0) {
  UL.items.rij LI:not(.columnWidth) .blok .data .items,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .data .items {
    left: 11%;
  }
}
@media only screen and (min-width: 1039px) and (-moz-images-in-menus: 0) {
  UL.items.rij LI:not(.columnWidth) .blok .data .items,
  UL.items[data-zoek*="1"] LI:not(.columnWidth) .blok .data .items {
    left: 11%;
  }
}
UL.items[data-zoek*="1"] LI {
  width: 100% !important;
}
UL.items[data-zoek*="1"] LI .blok .t {
  background-color: #006699 !important;
}
UL.items[data-zoek*="1"] LI .blok .t .item_volgenknop {
  border: 1px solid #003d5b !important;
}
UL.items[data-zoek*="1"] LI .blok .t .buttonfollow.unfollow {
  background-color: #003d5b !important;
  border: 1px solid #003d5b !important;
}
UL.items[data-zoek*="1"] LI .blok .t .buttonfollow:not(.unfollow) span:nth-child(1) {
  color: #00476b !important;
}
UL.items[data-zoek*="1"] LI .blok .t .buttonfollow:not(.unfollow):hover span:nth-child(1) {
  color: white !important;
}
UL.items[data-zoek*="1"] LI .blok .t .buttonfollow.unfollow span:nth-child(2) {
  color: white !important;
}
UL.items[data-zoek*="1"] LI .blok .t .buttonfollow.unfollow:hover span:nth-child(3) {
  color: white !important;
}
UL.items[data-zoek*="1"] LI .blok .t .buttonfollow:hover {
  color: white !important;
}
UL.items[data-zoek*="1"] LI .blok .t .buttonfollow:hover {
  color: #006699 !important;
  background-color: #003d5b !important;
  border: 1px solid #003d5b !important;
}
UL.items[data-zoek*="1"] LI .blok .items .itemnr[data-zoek*="1"] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
UL.items[data-zoek*="1"] LI .blok .items .itemnr[data-zoek*="0"] {
  display: none;
}
UL.items[data-zoek*="1"] LI .blok .items .itemnr.h[data-zoek*="1"] {
  display: block;
}
UL.items[data-zoek*="1"] LI .blok .meerkabel.hover span .arrow {
  border-color: transparent transparent transparent #006699 !important;
}
UL.items[data-zoek*="1"] LI .blok:hover .meerkabel.hover {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #006699 170%) !important;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(170%, #006699)) !important;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #006699 170%) !important;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #006699 170%) !important;
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #006699 170%) !important;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #006699 170%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1  ) !important;
}
UL.items[data-zoek*="1"] LI .blok:hover .meerkabel.hover:hover {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #006699 70%) !important;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(70%, #006699)) !important;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #006699 70%) !important;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #006699 70%) !important;
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #006699 70%) !important;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #006699 70%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1  ) !important;
}
UL.items[data-zoek*="1"] LI .blok:hover .meerkabel.hover:hover span .arrow {
  border-color: transparent transparent transparent #eff2f5 !important;
}
UL.items[data-zoek*="1"] LI[data-verborgen*="1"] {
  display: block;
}

@media (min-width: 1039px) {
  UL.items[data-zoek*="1"] LI .blok .items .itemnr[data-zoek*="0"] {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    opacity: 0.1;
  }
}
@media (min-width: 1039px) and (max-width: 1397px) {
  UL.items.rij LI .blok .items .itemnr:nth-child(n+6),
  UL.items[data-zoek*="1"] LI .blok .items .itemnr:nth-child(n+6) {
    display: none !important;
  }
  UL.items.rij LI .blok .items.inleiding .itemnr:nth-child(n+4),
  UL.items[data-zoek*="1"] LI .blok .items.inleiding .itemnr:nth-child(n+4) {
    display: none !important;
  }
}
@media (min-width: 1398px) and (max-width: 1999px) {
  UL.items.rij LI .blok .items .itemnr,
  UL.items[data-zoek*="1"] LI .blok .items .itemnr {
    width: 145.5px !important;
  }
  UL.items.rij LI .blok .items .itemnr:nth-child(n+8),
  UL.items[data-zoek*="1"] LI .blok .items .itemnr:nth-child(n+8) {
    display: none !important;
  }
  UL.items.rij LI .blok .items.inleiding .itemnr,
  UL.items[data-zoek*="1"] LI .blok .items.inleiding .itemnr {
    width: 225px !important;
  }
  UL.items.rij LI .blok .items.inleiding .itemnr:nth-child(n+6),
  UL.items[data-zoek*="1"] LI .blok .items.inleiding .itemnr:nth-child(n+6) {
    display: none !important;
  }
  UL.items.rij LI .blok .data .items .meerkabel,
  UL.items[data-zoek*="1"] LI .blok .data .items .meerkabel {
    right: 226px;
  }
}
@media (min-width: 2000px) {
  UL.items.rij LI .blok .items .itemnr,
  UL.items[data-zoek*="1"] LI .blok .items .itemnr {
    width: 167px !important;
  }
  UL.items.rij LI .blok .items .itemnr:nth-child(n+9),
  UL.items[data-zoek*="1"] LI .blok .items .itemnr:nth-child(n+9) {
    display: none !important;
  }
  UL.items.rij LI .blok .items.inleiding .itemnr,
  UL.items[data-zoek*="1"] LI .blok .items.inleiding .itemnr {
    width: 240px !important;
  }
  UL.items.rij LI .blok .items.inleiding .itemnr:nth-child(n+7),
  UL.items[data-zoek*="1"] LI .blok .items.inleiding .itemnr:nth-child(n+7) {
    display: none !important;
  }
  UL.items.rij LI .blok .data .items .meerkabel,
  UL.items[data-zoek*="1"] LI .blok .data .items .meerkabel {
    right: 295px;
  }
}
/*SK15001 = googletag.defineSlot('/25480480/SK15-001', [[468, 60], [300, 250], [728, 90], [970, 90]], 'SK15-001').addService(googletag.pubads());
*/
UL.items .banner {
  margin-top: 15px;
  width: 313px;
  height: auto;
  background-color: #eff2f5;
  border-radius: 6px;
  float: left;
}
UL.items .banner .blok {
  margin: 0;
}
UL.items .banner .blok .ads {
  padding: 5px 0 5px 0 !important;
  width: 300px;
  height: 260px;
  margin: auto auto;
  overflow: hidden;
}
UL.items .banner .blok .ads.largeskyscraper {
  text-align: center !important;
  width: 313px !important;
  height: 610px !important;
}

@media (max-width: 804px) {
  UL.items .banner {
    width: 100%;
  }
  UL.items .banner .blok .ads {
    width: 300px;
    height: 250px;
    margin: 20px auto;
  }
}
@media (min-width: 1039px) and (max-width: 1397px) {
  UL.items.rij .banner {
    height: 100px;
    width: 100%;
  }
  UL.items.rij .banner .blok .ads {
    padding: 0 !important;
    width: 468px;
    height: 60px;
    margin: 20px auto;
  }
  UL.items.rij #SK15-001 {
    width: 642px;
  }
}
@media (min-width: 1398px) {
  UL.items.rij .banner .blok .ads {
    padding: 0 !important;
    width: 970px;
    height: 90px;
    margin: 5px auto;
  }
  UL.items.rij #SK15-001 {
    width: 970px;
  }
  UL.items.rij #SK15-001 .blok .ads {
    width: 728px;
  }
}
