html[data-theme="1"],html[data-theme] {
  --color-primary: 52,74,154;
  --color-secondary: 204,133,39;
  --color-hero: 249,244,238;
  --color-primary-emphasis: 52,74,154
}

html[data-theme="2"] {
  --color-primary: 51,178,73;
  --color-secondary: 204,133,39;
  --color-hero: 249,244,238;
  --color-primary-emphasis: 37,128,52
}

html[data-theme="3"] {
  --color-primary: 221,48,40;
  --color-secondary: 35,132,219;
  --color-hero: 238,244,249;
  --color-primary-emphasis: 221,48,40
}

html[data-theme="4"] {
  --color-primary: 125,71,152;
  --color-secondary: 229,29,112;
  --color-hero: 238,244,249;
  --color-primary-emphasis: 221,48,40
}

.theme-advisor:before {
  height: 40%!important
}

.theme-advisor:after {
  background-image: url('/images/content/articles.svg')!important;
  background-repeat: repeat!important;
  background-position: center!important;
  background-size: 30% auto;
  filter: opacity(.25) hue-rotate(500deg)
}

.theme-advisor .content {
  padding: 40px 0 0 0!important
}

.theme-advisor .content h1.title {
  font-weight: 500!important;
  text-shadow: -1px 1px 9px rgba(167,12,45,.36)!important
}

.theme-advisor .content p.description {
  font-weight: 400!important;
  text-shadow: -1px 1px 1px rgba(167,12,45,.36)!important
}

#offers .filter .content ul.prijsklasse {
  display: table;
  table-layout: fixed;
  margin-bottom: 0;
}

#offers .filter .content ul.prijsklasse li {
  position: relative;
  display: table-cell;
  border: 1px solid #e5e5dd;
  text-align: center;
  background: #fff;
  padding: 0;
  color: #2b273c;
  transition: background-color .4s,border-color .4s,color .4s,clip-path .45s,transform .4s;
  vertical-align: baseline;
  margin: auto
}

#offers .filter .content ul.prijsklasse li:not(:first-child) {
  border-left: 0
}

#offers .filter .content ul.prijsklasse li:hover,#offers .filter .content ul.prijsklasse li:hover label {
  cursor: pointer;
}
#offers .filter .content ul.prijsklasse li label{
  font-family: system-ui;
}

#offers .filter .content ul.prijsklasse li:nth-child(2),#offers .filter .content ul.prijsklasse li:nth-child(2) span.description {
  border-radius: 25px 0 0 25px
}

#offers .filter .content ul.prijsklasse li:last-child,#offers .filter .content ul.prijsklasse li:last-child span.description {
  border-radius: 0 25px 25px 0
}

#offers .filter .content ul.prijsklasse li span.description {
  background: #fff;
  padding: 6px;
  font-size: 15.5px;
}
#offers .filter .content ul.aantal-leden li{
  position:relative
}
#offers .filter .content ul.prijsklasse li input[type=checkbox], #offers .filter .content ul.aantal-leden li input[type=checkbox], #offers .filter .content ul.gratis-versie input[type=checkbox], #offers .filter .content ul#categories input[type=checkbox],#offers .filter .content ul:nth-of-type(2) li input[type=checkbox]{
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0
}
#offers .filter .content ul.gratis-versie li span.description{
    text-align: center;
}
#offers .filter .content ul#categories li span.description{
  vertical-align: middle;
  align-content: center;
  text-align: center;
}
#offers .filter .content ul#categories li:first-child span.description{
  text-align: left;
}
#offers .filter .content ul#categories li.active:first-child,#offers .filter .content ul.ideale-leeftijd li.active:first-child,#offers .filter .content ul.aantal-leden li.active:first-child{
  background-color: transparent;
}
#offers .filter .content ul#categories li:first-child span.description label,#offers .filter .content ul.ideale-leeftijd li:first-child span.description label,#offers .filter .content ul.aantal-leden li:first-child span.description label{
  color:#0072bb;
  font-size: 14px;
  cursor:pointer
}
#offers .filter .content ul.ideale-leeftijd li:first-child:hover span.description label,#offers .filter .content ul.ideale-leeftijd li.active:first-child span.description label,
#offers .filter .content ul.aantal-leden li:first-child:hover span.description label,#offers .filter .content ul.aantal-leden li.active:first-child span.description label,
#offers .filter .content ul#categories li:first-child:hover span.description label,#offers .filter .content ul#categories li.active:first-child span.description label{
  text-decoration: underline;
}
#offers .filter .content ul.prijsklasse li input[type=checkbox]:checked~span.description {
  background: #0072bb
}

#offers .filter .content ul.prijsklasse li input[type=checkbox]:checked~span.description label {
  color: #fff!important
}

#content:before {
  content: "";
  background-image: url('/images/content/favicon.svg');
  background-repeat: no-repeat;
  background-position: top right -107px;
  background-size: contain;
  width: 30vw;
  height: 30vw;
  display: block;
  position: absolute;
  right: 0;
  opacity: .35
}

#review .comments .review .strengths ul {
  width: 100%
}

#review .comments .review .comment span.downvote,#review .comments .review .comment span.upvote {
  position: relative;
  display: inline-block;
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 500;
  padding: 2px 10px 2px 35px;
  background-color: #f2f2f8;
  border-radius: 12px 4px 4px 12px
}

#review .comments .review .comment span.upvote {
  color: #00a698
}

#review .comments .review .comment span.downvote {
  color: #ef1745
}

#review .comments .review .comment span.downvote:before,#review .comments .review .comment span.upvote:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: -2px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: center 3px;
  width: 23px;
  height: 23px;
  margin: 0 5px 0 0;
  border-radius: 50%;
  padding: 3px;
  vertical-align: middle
}

#review .comments .review .comment span.upvote:before {
  background-image: url('/images/icons/thumb-up-green.svg');
  color: #00a698!important;
  border: 1px solid #00a698
}

#review .comments .review .comment span.downvote:before {
  background-image: url('/images/icons/thumb-down-red.svg');
  color: #ef1745!important;
  border: 1px solid #ef1745
}

#review .comments .review .strengths ul li.con,#review .comments .review .strengths ul li.pro {
  display: block;
  margin: 0 0 10px!important;
  padding: 15px;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 0;
  background: #f6f6f6
}

#review .comments .review .strengths ul li.con {
  border-left: 8px solid #ef1745
}

#review .comments .review .strengths ul li.pro {
  border-left: 8px solid #00a698
}

#outlink .container .description {
  text-decoration: underline;
  font-size: 19px;
  padding-left: 30px;
  vertical-align: top;
  font-weight: 600;
  color: #4e5155
}

#outlink .container .description:after {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  opacity: 0
}

#outlink .container .rating {
  transform: scale(1.5)
}

#outlink .content {
  position: relative
}

#outlink .content .container {
  position: absolute;
  left: 260px
}

#outlink .container .review:hover .description:after {
  content: "Stem mee!";
  display: block;
  position: absolute;
  opacity: 1
}

#outlink .container .review {
  padding: 25px 0
}

@media (min-width: 0px) and (max-width:480px) {
  #top-offers .container .card .grade {background-position: 10px 9px;right: 6px;top: 4px;}
  #top-offers .container .card:first-of-type .grade {
      top: 40px
  }

  #review .content .summary table {
      overflow: unset
  }

  #review .content .summary table tr td img {
      left: -10px;
      position: relative;
      width: 75px;
      height: 75px;
      z-index: 9;
      top: -2.5px
  }

  #review .content .summary table tr:last-of-type td span.description {
      max-width: 100%;
      display: inline-block;
      font-size: 15px
  }

  #outlink .container {
      display: none
  }

  #article .content .details a.subject-logo {
      bottom: 35%
  }
}

@media (min-width: 0px) and (max-width:320px) {
  #top-offers .container .card .grade,#top-offers .container .card:first-of-type .grade {
      top:5px;
      right: 5px;
      left: unset
  }
}

.hero-img {
  position: absolute;
  top: 66px;
  left: 0;
  right: 0;
  z-index: -1;
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: auto;
  min-height: 540px;
}
#top-offers h2.title, .section-title{
  line-height: 34px;
  font-weight: 500;
  font-size: 34px;
  text-align: center;
  margin-bottom: 35px;
}
#top-offers #left-decoration,#top-offers #right-decoration{
  position:absolute;
  z-index: -2;
}
#top-offers #left-decoration{
  top:15px;
  left:-205px
}
#top-offers #right-decoration{
  top:76px;
  right: -200px;
}
#text-decoration{
position:absolute;
z-index: -1;
top: 50px;
left: 0;
right: 0;
transform: rotate(5deg);
color:#2384db;
--tw-rotate: -5deg;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-5deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#text-decoration svg{
  display: block;
  vertical-align: middle;
  position: absolute;
  left: -160px;
  right: 0;
}
.relative{
  position:relative
}
.absolute{
  position:absolute
}
:root {
  --color-secondary: #344A9A;
  --color-primary: #0D6EFD; /* Pas aan indien gewenst */
  --color-text-muted: #6E7070;
}

/* ----- Hoofdsectie ----- */
#stats-section,  #top-offers{
  position: relative;
  overflow: hidden;
}

/* Container met padding: 40px onder/boven (64px op lg) */
.stats-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
}
@media (min-width: 1024px) {
  .stats-container {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 580px) {
.stats-container {
  padding: 0 20px 40px 20px;
}
} 
/* Tekst centreren */
.stats-text-center {
  text-align: center;
}

/* ----- Badge ----- */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 24px;
  background-color: rgba(52, 74, 154, 0.12);
  border-radius: 8px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  color: var(--color-secondary);
}

/* Badge SVG */
.badge-icon {
  stroke: currentColor;
}

/* ----- Titel en omschrijving ----- */
.title-section {
  margin-top: 40px;
  margin-bottom: 40px;
}
.section-title {
   /* circa 28px */
   text-align: center;
   margin-bottom: 25px;
}
.section-description {
  margin-top: 24px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: var(--color-text-muted);
}

/* ----- Grid voor statistieken ----- */
.stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(100px, auto);
  gap: 32px;
  margin: 40px auto 0 auto;
  max-width: 459px;
  /* Op kleine schermen: mt 40px, later mt 56px */
}
@media (min-width: 640px) {
  .stats-grid {
    margin-top: 125px;
  }
}
@media (min-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: 100%;
    height: 208px;
    margin-top: 175px;
  }
}
@media (min-width: 1024px) {
  .stats-grid {
    height: auto;
  }
  .section-description{
    max-width:948px;
    margin: auto;
  }
}

/* ----- Stat-item ----- */
.stat-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {

.stats-grid{
 display:grid;
 gap:32px;
grid-template-columns: repeat(1, minmax(0, 1fr));
 grid-auto-rows: minmax(100px, auto);
} 
#stats-section .stat-item.stat-item-start, #stats-section .stat-item.stat-item-end{display:flex;align-items: center;top: unset;left: unset;bottom: unset;}
}
@media (min-width: 564px) {
  body #offers .card .container .symbol .btn-compare {
    max-width: 100%;
    position: absolute;
    bottom: 16px;
    background-color: transparent;
}
}
@media (min-width: 768px) {}
@media (min-width: 1024px) {}
/* Uitlijning op md: */
.stat-item.stat-item-start {
  align-items: flex-start;
  top: -100px;
  left: 50px;
}
.stat-item.stat-item-start:last-child {
left: 15px;
top: -70px;
}
.stat-item.stat-item-end {
  align-items: flex-end;
  bottom: -50px;
  left: 20px;
}

/* ----- Cirkel met percentage ----- */
.stat-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  flex-shrink: 0;
  color: #2384db;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  width: 104px;
  height: 104px;
  background-color: #fff;
  border-radius: 108px;
  box-shadow: 0 2px 16px 0 rgba(52,74,154,0.12);
}
@media (min-width: 1024px) {
  .stat-circle {
    width: 120px;
    height: 120px;
  }
}

/* Superscript binnen cirkel */
.stat-sup {
  position: relative;
  top: -5px;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  color: #2384db;
}

/* ----- Stat-item tekst ----- */
.stat-text {
  font-size: 18px;
  line-height: 28.8px;
}
@media (min-width: 1024px) {
  .stat-text {
    font-size: 20px;
  }
}
/* Als achtergrond op mobiel (bv. eerste stat-item) */
.bg-white-mobile {
  background-color: #fff;
}
@media (min-width: 768px) {
  .bg-white-mobile {
    background-color: transparent;
  }
}

/* ----- Decoratieve SVG's ----- */
/* SVG 1 */
#decor-svg-1 {
  color: var(--color-secondary);
  position: absolute;
  z-index: -1;
  left: -185px;
  bottom: 55px;
}
@media (min-width: 640px) {
  #decor-svg-1 {
    top: 230px;
    left: 0;
  }
}
@media (min-width: 768px) {
  #decor-svg-1 {
    top: 190px;
    left: -185px;
  }
}
@media (min-width: 1024px) {
  #decor-svg-1 {
    top: auto;
    bottom: 190px;
    left: -185px;
  }
}
@media (min-width: 1280px) {
  #decor-svg-1 {
    left: 0;
  }
}

/* SVG 2 */
#decor-svg-2 {
  color: var(--color-primary);
  position: absolute;
  z-index: -1;
  right: -45px;
  bottom: -40px;
}
@media (min-width: 564px) {
  #top-offers .container .card .details a.reviews:before{
  content:"Lees ";      
  }
  #top-offers .container .card .details .btn-subject:after{
    content:" site"
  }
  #header .wrapper{
      min-height: 500px;  
  }

}

@media (min-width: 640px) {
  #decor-svg-2 {
    right: 0;
    top: 150px;
  }
}
@media (min-width: 1024px) {
  #decor-svg-2 {
    display: block;
    top: 200px;
    right: -60px;
  }
}
@media (min-width: 1280px) {
  #decor-svg-2 {
    right: 0;
  }
}

/* SVG 3: zichtbaar op lg */
#decor-svg-3 {
  color: var(--color-secondary);
  position: absolute;
  z-index: -1;
  display: none;
}
#decor-svg-3 svg{
position: absolute;
left: 30px;
right: 0;
bottom: 25px;
overflow: hidden;
width: 100vw;
max-width: unset;
transform: scale(1.2) rotate(1deg);
}
@media (min-width: 1024px) {
  #decor-svg-3 {
    display: flex;
    width: 100vw;
    min-width: 100vw;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: 35px;
  }
}

/* SVG 4: zichtbaar op md maar niet op lg */
#decor-svg-4 {
  display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #decor-svg-4 {
    display: block;
    position: absolute;
    left: -41px;
    bottom: 45px;
    width: 100vw;
    zoom: 1.1;
  }
}

/* SVG 5: zichtbaar op sm maar niet op md */
#decor-svg-5 {
  display: none;
}
@media (min-width: 640px) and (max-width: 767px) {
  #decor-svg-5 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    position: absolute;
    left: 15px;
    bottom: -25px;
  }
}

/* SVG 6: zichtbaar op sm, blok-level */
#decor-svg-6 {
  color: var(--color-secondary);
  position: absolute;
  z-index: -1;
  left: -65px;
  bottom: -6px;
  width: 100vw;
  display: block;
}
@media (min-width: 640px) {
  #decor-svg-6 {
    display: none;
  }
}
#home .reviews .container .card .styles_business{
  display: flex;
    height: 72px;
    padding: 16px;
    border-top: .5px solid #e5e5dd;
    padding-top: 16px;
    padding-left: 16px;
}
:root {
  --color-secondary: #6B7280; /* voorbeeldkleur voor text-secondary */
  --color-primary: #3B82F6;   /* voorbeeldkleur voor text-primary */
}

/* Eerste achtergrondvorm */
.hero-bg-11 {
  color: var(--color-secondary);
  position: absolute;
  z-index: -1;
  left: -420px;
  top: 80px;
}
#home .articles .hero-bg-11{
  top:-20px
}
@media screen and (min-width: 768px) {
  .hero-bg-11 {
    left: -210px;
  }
}

@media screen and (min-width: 1280px) {
  .hero-bg-11 {
    left: 0;
  }
}

/* Tweede achtergrondvorm */
.hero-bg-2 {
  color: var(--color-primary);
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: -500px;
}
#home .articles .hero-bg-2{
  bottom: 70px
}
@media screen and (min-width: 640px) {
  .hero-bg-2 {
    right: -400px;
  }
}

@media screen and (min-width: 768px) {
  .hero-bg-2 {
    right: -300px;
  }
}

@media screen and (min-width: 1280px) {
  .hero-bg-2 {
    right: 60px;
  }
}

/* Derde achtergrondvorm */
.hero-bg-3 {
  color: var(--color-primary);
  position: absolute;
  z-index: -1;
  display: none;
}

@media screen and (min-width: 640px) {
  .hero-bg-3 {
    display: block;
    left: 100px;
    bottom: -30px;
  }
}

@media screen and (min-width: 768px) {
  .hero-bg-3 {
    left: 200px;
  }
}

@media screen and (min-width: 1024px) {
  .hero-bg-3 {
    left: 350px;
    bottom: 10px;
  }
  #home .articles .container article.card:nth-child(odd){
    transform: translate(0, 30px);
  }
  #home .articles .container article.card:nth-child(even){
    transform: translate(0, -30px);
  }
  #banner .details h1{
    font-size:34px;
    line-height: 40px;
  }
  #review .features ul li{
    border: solid 1px #e4e4e5;
    background-color: #FFF;
  }
  #cont.fixed {
    position: fixed;
    top: 15px;
    width: 24%;
    max-width:290px
  }
  #cont.absolute {
    position: absolute;
    top: auto;
    bottom: 15px;
    width: 25%;
  }
  #cont.absolute, #offers #cont.absolute .filter {
  margin-top: auto;
  }
  #offers>div>div>aside{
    height:100%
  }
  #offers>.wrapper>.row{
    position: relative
  }
}

@media screen and (min-width: 1280px) {
  .hero-bg-3 {
    left: 450px;
  }
}
#home .reviews .container .card .styles_business:hover{
  background:linear-gradient(0deg,hsla(60,1%,41%,.06),hsla(60,1%,41%,.06)),#fff
}
#home .reviews .container .card .styles_business .profile-image{
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-right: 8px;
  border: .5px solid #e5e5dd;
  border-radius: 8px;
}
#home .reviews .container .card .styles_business .profile-image img{
  max-width: -webkit-fill-available;
  height: auto;
  border-radius: inherit;
}
#home .reviews .container .card .styles_business a.link-internal{
  width: 100%;
  height: 100%;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  margin: 0;
}
#home .reviews .container .card .styles_business a.link-internal .review{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  overflow: hidden;
  white-space: nowrap;
  max-width: calc(100% - 40px - 8px);
}
#home .reviews .container .card .styles_business a.link-internal .review h3{
font-weight: 600
}  
#home .reviews .container .card .styles_business a.link-internal .review h3, #home .reviews .container .card .styles_business a.link-internal .review p{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  margin: 0;
}
#home .reviews .container .card .card-header{
  display: flex;
  padding-inline: 16px;
  padding-bottom: 8px;
  padding-top: 8px;
}
#home .reviews .container .card .card-header .details{
  padding-inline: 12px;
}
#home #faq{
padding: 50px 0 100px;
background: transparent;
}
#home #faq .wrapper{
overflow: hidden;
}
#top-offers .wrapper,#stats-section .wrapper{
  position: relative;
}
#three-points{
padding-top: 50px;
padding-bottom: 50px;
}
#three-points .wrapper .row .col-lg-12{
  display: flex;
  gap: 40px;
  flex-direction: row;
}
#home #faq .container {
position: relative;
gap: 1.5rem;
/* Wit links, lichtblauw rechts */
padding: 2rem;
}

#three-points h2{
font-size:40px;
font-weight:500;
line-height:44px;
text-align:left;
margin-top:0;
}
#three-points ol{
list-style:none;
padding-inline: 0
}
#three-points ol li{
gap: 32px;
margin-bottom:32px;
}
#three-points ol li p{
font-size: 20px;
line-height: 32px;
color:rgb(110 112 112);

}
#three-points ol li p strong{
display: block;
line-height: 24px;
font-size:22px;
font-weight: 600;
margin-bottom:16px;
}
#three-points img{
  height: auto;
  max-width: 100%;
  object-fit: contain;
  padding: 0 25px 0 0;
}


details {
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 8px;
padding: 1rem 1.25rem;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
margin: 20px 10px;
}
/* Verberg de standaard marker */
summary::-webkit-details-marker { display: none; }

summary {
display: flex;
align-items: center;
justify-content: space-between;
cursor: pointer;
}
summary h2 {
margin: 0;
font-size: 1rem;
font-weight: 500;
}
/* Pijl‑icoon */
.summary-icon {
width: 1rem;
height: 1rem;
transition: transform .3s;
fill: #333;
}
/* Draai pijl bij openen */
details[open] .summary-icon {
transform: rotate(180deg);
}
/* Padding boven het antwoord */
[itemprop="acceptedAnswer"] {
margin-top: 0.75rem;
color: #555;
line-height: 1.5;
}
.bg-dotted.absolute{
  z-index: -1;
}
#award{
  padding: 0 0 35px 0;
  margin:-25px 0 25px
}
#review #award{
margin-bottom: 10px;
}
#award .container{
  max-width: 944px;
  margin:auto
}
#review #award .container{
  max-width: 95%;
  margin-left: 0;
}
#award .container .card{
    --tw-shadow: 0 2.4px 19.2px 0 #344a9a1f;
    --tw-shadow-colored: 0 2.4px 19.2px 0 var(--tw-shadow-color);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 2.4px 19.2px 0 #344a9a1f;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    flex-direction: row;
    border-radius: 16px;
    display: flex;
    margin: auto;
    background-color: rgb(35 132 219 / 6%);
}
#review #award .container .card{
  background-color:rgba(253,243,242,1)
}
#review #award .container .card p strong{
  display:block;
  font-size:22px;
  font-weight:600;
}
#review #award .container .card p a{
  color:#277dcc
}
#award .container .card img{
  min-width: 160px;
  height: 100%;
  transform: scale(0.7);
}
#review #award .container .card img{
  min-width:140px
}
#award .container .card p{
  background-color:#FFFFFF;
  padding:25px 16px;
  line-height: 32px;
  font-size: 20px;
  font-weight: 500;
  border-bottom-right-radius: inherit;
  border-top-right-radius: inherit;
  width: 100%;
}
#review #banner{
  margin:0
}
#review .author img{
  background-color:rgba(253,243,242,1);
  width: 40px;
  height: 40px;
  padding: 6px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
#review .content ul, #article article .details ul{list-style:none;  
padding-inline:0}
#review .content ol{list-style:decimal;padding-inline:15px}
#review .content ol li, #review .content ul li{
  font-size:16px;
  margin: 10px 0
}
#review .content a{color:#0770e3}
#review .prices p{
  margin: 15px 0
}
#review .content ul.reputations{
  display: flex;
  align-items: center;
  align-self: center;
  text-indent: 10px;
}
#review .content ul.reputations li{
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 12px;
    width: calc(33% - 10px);
    min-height: 98px;
    align-content: center;
    border: 1px solid #e5e5dd;
    border-radius: 8px;
}
#review .content ul.reputations img{
    float: left;
    width: 24px;
    height: 24px;
}
#review .content ul.reputations strong{display: block;}
#review .content p a,#review .content li a{margin: 0 5px}
#review .content p strong a,#review .content li>b>a{margin-left: 0;}
#offers .filter .content ul:nth-of-type(1) li,#offers .filter .content ul:nth-of-type(2) li, #offers .filter .content ul:nth-of-type(3) li {
    width: calc(33.3% - 5px);
    display: inline-table;
    margin: 6px 6px 0 0;
    border: 1px solid #e5e5dd;
    border-radius: 8px;
    cursor: pointer;
}
#offers .filter .content ul:nth-of-type(1) li:nth-of-type(4), #offers .filter .content ul:nth-of-type(1) li:nth-of-type(7), #offers .filter .content ul:nth-of-type(2) li:last-of-type, #offers .filter .content ul:nth-of-type(2) li:nth-of-type(4), #offers .filter .content ul:nth-of-type(3) li:nth-of-type(4), #offers .filter .content ul:nth-of-type(3) li:nth-of-type(7){
  margin-right: 0;
}

#offers .filter .content ul:nth-of-type(2), #offers .filter .content ul:nth-of-type(3) {
  display: table;
  margin: 0 0 5px;
  padding: 0 0 10px;
}
#offers .filter .content ul.aantal-leden li span.description{
  padding: 6px 8px;
  text-align: center;
}
#offers .filter .content ul:nth-of-type(4) li input[type=checkbox]{
  opacity:0
}
#offers .filter .content ul:nth-of-type(2) li input[type=checkbox] {
  top: 8px;
  left: 8px;
  width: 21px;
  height: 18px;
  margin-bottom: -15px;
  background: 0 0;
}
#offers .filter .content ul:nth-of-type(2) li span {
    display: block;
    margin: 0;
    font-size: 13px;
    word-spacing: -1px;
}
#offers .filter .content ul:nth-of-type(2) li span.description label {
    display: inline-block;
    padding: 6px 3px;
    width: 100%;
    text-align: center;
    margin: 0;
}
#offers .filter .content ul.pricing li input[type=checkbox] {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}#offers .filter .content ul li input[type=checkbox]:after, body #offers .card .container .btn-compare .checkbox {
    position: absolute;
    content: '';
    width: inherit;
    height: inherit;
    left: 0;
    top: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 16px;
    font-size: 0;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    z-index: 2;
    background: #fff;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
body #offers .card .container .btn-compare .checkbox {
    width: 18px;
    height: 18px;
    box-flex: 0;
    flex-grow: 0;
    -webkit-user-select: none;
    transition: border-color .2s cubic-bezier(0.4,0,0.2,1);
    -webkit-tap-highlight-color: transparent;
    border: 10px solid rgba(0, 0, 0, .54);
    border-radius: 3px;
    box-sizing: content-box;
    cursor: pointer;
    display: inline-block;
    max-height: 0;
    max-width: 0;
    outline: none;
    overflow: visible;
    position: relative;
    vertical-align: middle;
    z-index: 0;
    left: -8px;
    top: -1px;
}
body #offers .card.active .container .btn-compare .checkbox{
  border-color: #4285f4;
  visibility: visible;
}
body #offers .card .container .btn-compare .checkbox:after,body #offers .card .container .btn-compare .checkbox:before,body #offers .card .container .btn-compare .checkbox i:after{
    content:"";
}
body #offers .card .container .btn-compare .checkbox:before{
    transform: scale(2.5);
    transition: opacity 0.15s ease;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    height: 20px;
    left: -10px;
    opacity: 0;
    outline: .1px solid transparent;
    pointer-events: none;
    position: absolute;
    top: -10px;
    width: 20px;
    z-index: 1;
}
body #offers .card .container .btn-compare .checkbox:after{
  transition: all .1s .15s cubic-bezier(0.4,0,0.2,1);
    transition-property: transform, border-radius;
    border: 8px solid white;
    left: -8px;
    position: absolute;
    top: -8px;
}
body #offers .card.active .container .btn-compare .checkbox:before{
  background-color: rgba(77, 125, 245, .75);
}
body #offers .card.active .container .btn-compare .checkbox:after{
      transform: scale(0);
    transition: transform .1s cubic-bezier(0.4,0,0.2,1);
    -webkit-transition: transform .1s cubic-bezier(0.4,0,0.2,1), -webkit-transform .1s cubic-bezier(0.4,0,0.2,1);
    transition: transform .1s cubic-bezier(0.4,0,0.2,1), -webkit-transform .1s cubic-bezier(0.4,0,0.2,1);
    border-radius: 100%;
    border: 8px solid white;
    left: -8px;
    position: absolute;
    top: -8px;
}
body #offers .card .container .btn-compare .checkbox i{
    animation: checkbox .2s forwards;
    clip: rect(0px, 20px, 20px, 0px);
    height: 20px;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 20px;
}
body #offers .card.active .container .btn-compare .checkbox i:after{
  background-image: url(/images/icons/checkmark.svg);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: block;
  filter: invert(1);
}
#offers .card .container .position{
  position:absolute;
  display: flex;
  align-items: center;
  left: -1px;
  top: -1px;
  padding: 2px 15px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 16px 0 12px;
  background-color: rgb(221 48 40 / 20%);
  background-color: rgb(221 48 40 / 20%);
  color: rgb(221 48 40);
  color: rgb(221 48 40);
}
.skeleton {
  background-color: #e2e2e2;
  border-radius: 4px;
  width: 100%;
  height: 20px;
  margin: 8px 0;
  animation: pulse 1.5s infinite ease-in-out;
}

.skeleton.image {
  height: 65px;
  width: 135px;
}

.skeleton.title {
  height: 24px;
  width: 60%;
}

.skeleton.text {
  height: 14px;
  width: 90%;
}

@keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0.4; }
  100% { opacity: 1; }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  #offers .filter .content ul:nth-of-type(2) li input[type=checkbox]:after, #offers .filter .content ul:nth-of-type(4) li input[type=checkbox]:after {
      opacity: 0;
  }
}
@media (max-width: 580px) {
  #three-points .wrapper .row .col-lg-12{
    flex-direction: column;
  }
  #home #faq{
    padding: 15px 0 50px;
  }
  #home #faq .container {
    padding: 0;
  }
  #home #faq details{
    margin: 20px 10px 0;
  }
  #award .container .card{
    flex-direction: column;
  }
  #award .container .card img{
    margin: auto;
  }
  #review{
    padding-top:10px
  }
  #review .content .details .author{
    border-bottom:solid 1px #e4e4e5;
    padding-bottom:10px;
    margin-bottom:15px
  }
  #offers .card .outlinks .btn-features{
    display: flex;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    bottom: auto;
    width: 100%;
    max-width: unset;
    margin-top: 16px;
  }
  #offers .card.active .outlinks .btn-features{
    left: 0;
    right: 0;
    margin-bottom: 1px;
    width: 100%;
  }
  #offers .card .outlinks .btn-features{
    width: 100.5%;
    left: -1px;
    line-height: 1;
    padding: 15px 10px 0 15px;
    bottom: -1px;
  }
  #offers .card>.btn-features{
    display: none;
}
#review .content .details nav,#review .content .details nav.scrolled,#article article .details nav,#article article .details nav.scrolled{
  top:60px;
  height: 52px;
}
#review .content .details nav.scrolled:before, #review .content .details nav.scrolled:after{
  width: 15px;
}
#article article .details nav.scrolled{
top: 0;
}
#article article section li a.pointer::before{
	content: '👉';
}
#review .prices table tr:not(tr[itemprop="offers"]) td:not(:first-child) {
  width: 20%;
  text-align: center;
  color: #0770e3;
  font-size: 14px;
  padding: 0;
}
#review .content .impressions .item ul li{
  text-indent: -25px;
  padding-inline-start: 25px;
}
#review .content ul.reputations{flex-direction: column;}
#review .content ul.reputations li{
  width:100%;
  margin: 0 0 15px;
}
#review .content ul.reputations strong{display:inline-flex}
}
#review .content .details nav,#review .content .details nav.scrolled,#article article .details nav,#article article .details nav.scrolled{
  height: 55px;
}
blockquote,#article .content .details blockquote.quote, #article header figcaption {
  padding: 40px 10% 40px;
  position: relative;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin: 25px 0;
}
blockquote:before,#article .content .details blockquote.quote:before,#article header figcaption:before {position: absolute;background-image: url(/images/icons/blockquote.svg);background-repeat:no-repeat;background-size:140px 140px;background-position:left top;top: -60px;left: -40px;content: "";width: 200px;height: 200px;transform-origin: center center;transform: scale3d(-1, -1, 1);}figcaption:nth-of-type(odd):before,blockquote:nth-of-type(odd):before {background-image: url(/images/icons/blockquote-red.svg)}
