@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,700&display=swap");
@font-face {
  font-family: 'icon-font';
  src: url("../fonts/icons/chevrons.woff?2") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  border: none;
  box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  outline: none; }

li, a, span {
  transition: 0.2s; }

html, body {
  background: white;
  font-family: "Roboto", "arial", sans-serif;
  font-weight: 400;
  color: #222; }

s, del {
  text-decoration: line-through; }

strong {
  font-size: inherit;
  font-style: inherit;
  display: inline;
  color: inherit; }

p a, p em, p i {
  font-size: inherit;
  color: inherit; }

p a {
  text-decoration: underline;
  font-weight: inherit; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

a {
  cursor: pointer;
  transition: opacity .5s; }

button {
  cursor: pointer; }

.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 2rem;
  height: 1.12rem;
  display: inline-block;
  position: relative;
  top: .4rem; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: calc(0.2rem / -5); }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 2rem;
    height: 0.2rem;
    background-color: white;
    border-radius: 0;
    position: absolute; }
    .hm-toggle:hover .hamburger-inner, .hm-toggle:hover .hamburger-inner::before, .hm-toggle:hover .hamburger-inner::after {
      background: #75E3BC; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -0.46rem;
    opacity: 0; }
  .hamburger-inner::after {
    bottom: 0.69rem; }
  .hamburger.is-active:hover {
    opacity: 0.9; }
  .hamburger.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger.is-active .hamburger-inner::before {
      top: 0;
      opacity: 0;
      transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
    .hamburger.is-active .hamburger-inner::after {
      bottom: 0;
      transform: rotate(-90deg);
      transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hm-toggle {
  position: fixed;
  z-index: 7;
  top: 0;
  right: 0;
  padding: 0 2.3rem;
  line-height: 8rem; }
  @media screen and (max-width: 666px) {
    .hm-toggle {
      line-height: 6rem;
      top: -.3rem; } }
header.header-wrapper {
  display: grid;
  grid-template-columns: minmax(max-content, 1fr) auto 1fr;
  z-index: 6;
  top: 0;
  left: 0;
  right: 0;
  height: 8rem;
  padding: 0 2.3rem;
  justify-items: start;
  justify-content: space-between;
  border-bottom: 1px solid none;
  background: linear-gradient(180deg, #101028, 75%, #225) #101028;
  transition: height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), border-bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
  @media screen and (max-width: 666px) {
    header.header-wrapper {
      height: 6rem !important;
      display: flex;
      position: fixed; } }
  header.header-wrapper .header-logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-height: calc(8rem / 1.2);
    height: auto;
    width: auto;
    transform: translateY(0.4rem); }
    @media screen and (max-width: 666px) {
      header.header-wrapper .header-logo {
        display: inline-block;
        vertical-align: top;
        height: inherit;
        transform: translateX(-1.8rem); }
        header.header-wrapper .header-logo svg {
          max-height: calc(6rem / 1.3);
          width: auto;
          transform: translateY(0.5rem); } }
    header.header-wrapper .header-logo svg {
      max-width: 100%;
      height: auto;
      position: relative;
      top: .3rem; }
  header.header-wrapper .header-menu {
    height: inherit;
    overflow: hidden; }
    @media screen and (max-width: 666px) {
      header.header-wrapper .header-menu {
        display: none; } }
    header.header-wrapper .header-menu ul.header-menu-items {
      height: inherit; }
      header.header-wrapper .header-menu ul.header-menu-items > li {
        display: inline-block;
        vertical-align: top;
        border: 1px solid transparent;
        position: relative;
        top: 17%;
        height: 67%; }
        header.header-wrapper .header-menu ul.header-menu-items > li > a {
          display: flex;
          flex-direction: column;
          justify-content: center;
          font-family: "Roboto", "arial", sans-serif;
          font-weight: 400;
          position: relative;
          height: 100%;
          padding: 0 1rem;
          font-size: 1rem;
          color: white;
          z-index: 3;
          text-transform: uppercase;
          font-weight: 600; }
          @media screen and (max-width: 1000px) {
            header.header-wrapper .header-menu ul.header-menu-items > li > a {
              padding: 0 1.5vw; } }
        header.header-wrapper .header-menu ul.header-menu-items > li:hover > a {
          color: #75E3BC; }
        header.header-wrapper .header-menu ul.header-menu-items > li .expand-submenu, header.header-wrapper .header-menu ul.header-menu-items > li > ul {
          display: none; }
      @media screen and (max-width: 776px) {
        header.header-wrapper .header-menu ul.header-menu-items {
          display: none; } }
    header.header-wrapper .header-menu .header-menu-sub-menu {
      position: absolute;
      opacity: 0;
      pointer-events: none;
      transition: opacity .2s ease-out;
      padding: 2.5rem 1.8rem;
      padding-bottom: 0;
      z-index: 2;
      right: -1px;
      width: auto;
      border: 1px solid none;
      transform: translateY(-1px);
      background: white; }
      header.header-wrapper .header-menu .header-menu-sub-menu.align-left {
        right: initial;
        left: -1px; }
      header.header-wrapper .header-menu .header-menu-sub-menu .sub-menu-blocks {
        display: flex;
        flex-direction: row; }
      header.header-wrapper .header-menu .header-menu-sub-menu .sub-menu-block {
        column-count: 3;
        column-gap: 7rem;
        column-rule: 1px solid #EFEFEF;
        position: relative;
        padding: 0 4rem; }
        header.header-wrapper .header-menu .header-menu-sub-menu .sub-menu-block:after {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          content: '';
          border-right: 1px solid #EFEFEF; }
        header.header-wrapper .header-menu .header-menu-sub-menu .sub-menu-block:last-of-type:after {
          display: none; }
        header.header-wrapper .header-menu .header-menu-sub-menu .sub-menu-block li a {
          font-family: "Roboto", "arial", sans-serif;
          font-weight: normal;
          display: block;
          font-size: 1.5rem;
          color: white;
          background: white;
          white-space: nowrap;
          padding: 1.1rem 0; }
        header.header-wrapper .header-menu .header-menu-sub-menu .sub-menu-block li:hover a {
          color: #AAA396; }
      header.header-wrapper .header-menu .header-menu-sub-menu .sub-menu-footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        height: 8rem; }
        header.header-wrapper .header-menu .header-menu-sub-menu .sub-menu-footer a {
          text-decoration: underline;
          font-family: "Roboto", "arial", sans-serif;
          font-weight: normal;
          font-size: 1.4rem;
          color: white; }
          header.header-wrapper .header-menu .header-menu-sub-menu .sub-menu-footer a:hover {
            color: #AAA396; }
  header.header-wrapper .right-menu {
    position: relative;
    justify-self: end;
    padding-right: 5.1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    header.header-wrapper .right-menu > * {
      padding: 0 1rem; }
      header.header-wrapper .right-menu > *.search-toggle {
        cursor: pointer; }
        header.header-wrapper .right-menu > *.search-toggle:after {
          font-family: "icon-font";
          font-weight: 500;
          font-size: 1.7rem;
          content: "";
          right: 1.9rem;
          color: white; }
      header.header-wrapper .right-menu > *:hover, header.header-wrapper .right-menu > *:hover:after {
        color: #75E3BC; }
    header.header-wrapper .right-menu:after {
      font-weight: bold;
      content: '/';
      margin-right: -1.8rem;
      top: 1.7rem;
      font-size: 2rem;
      color: none; }
  @media screen and (max-width: 666px) {
    header.header-wrapper .search-toggle {
      position: absolute;
      padding: 2rem;
      margin-right: 3rem; }
      header.header-wrapper .search-toggle:before {
        top: 1rem;
        right: -.8rem; } }
  body.header-state-alt header.header-wrapper {
    height: 4.4rem; }
  body.page-scrolled-down header.header-wrapper {
    border-bottom: 1px solid #EFEFEF; }
  header.header-wrapper + .bg-type-1 {
    border-top: 1px solid #EFEFEF; }

footer.site-footer {
  z-index: 4;
  background: white;
  margin-top: auto; }
  footer.site-footer .footer-logo {
    border-top: 1px solid #EFEFEF;
    text-align: center;
    padding-bottom: 1.8rem; }
    footer.site-footer .footer-logo a {
      display: inline-block;
      vertical-align: top;
      padding: 0 2.4rem;
      background: white;
      margin-top: -2.6rem; }
      @media screen and (max-width: 666px) {
        footer.site-footer .footer-logo a {
          padding: 0 2rem;
          margin-top: -2rem; } }
    footer.site-footer .footer-logo img, footer.site-footer .footer-logo svg {
      max-height: 5.3rem;
      width: auto; }
      @media screen and (max-width: 666px) {
        footer.site-footer .footer-logo img, footer.site-footer .footer-logo svg {
          max-height: 3.8rem; } }
  footer.site-footer .footer-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    footer.site-footer .footer-links > * h5 {
      font-size: 1.6rem;
      padding-bottom: 2rem; }
    footer.site-footer .footer-links > * li a {
      display: block;
      padding: .5rem 0;
      line-height: 1.2;
      font-size: 1.4rem; }
    footer.site-footer .footer-links > *:not(.category-kortingscode) li a {
      font-family: "Roboto", "arial", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .23rem;
      font-size: 1rem; }
    footer.site-footer .footer-links > *.category-kortingscode {
      flex-basis: 34%; }
    @media screen and (max-width: 666px) {
      footer.site-footer .footer-links {
        flex-direction: column; }
        footer.site-footer .footer-links > *:last-child {
          border-bottom: 1px solid #EFEFEF; }
        footer.site-footer .footer-links > * h5 {
          border-top: 1px solid #EFEFEF;
          font-size: 1.7rem;
          padding: .8rem 0;
          position: relative; }
          footer.site-footer .footer-links > * h5:after {
            font-family: "icon-font";
            font-weight: 500;
            content: "";
            font-size: 2.4rem;
            position: absolute;
            right: .6rem;
            top: .5rem;
            transition: .1s ease-in-out; }
        footer.site-footer .footer-links > * ul {
          display: none;
          opacity: 0;
          transition: .1s ease-in-out;
          height: 0;
          max-height: 0; }
        footer.site-footer .footer-links > * li a {
          display: block;
          padding: .5rem 0;
          line-height: 1.2;
          font-size: 1.4rem; }
        footer.site-footer .footer-links > *:not(.category-kortingscode) li a {
          font-family: "Roboto", "arial", sans-serif;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: .23rem;
          font-size: 1rem; }
        footer.site-footer .footer-links > *.category-kortingscode {
          flex-basis: 34%; }
        footer.site-footer .footer-links > *.open h5:after {
          transform: rotate(180deg); }
        footer.site-footer .footer-links > *.open ul, footer.site-footer .footer-links > *.open > p {
          display: block;
          opacity: 1;
          height: auto;
          max-height: 20rem;
          padding-top: 1rem;
          padding-bottom: 2rem; } }
  footer.site-footer .social-media-links {
    text-align: center;
    padding-top: 4.3rem; }
  footer.site-footer a {
    color: inherit; }
    footer.site-footer a:hover {
      color: #75E3BC; }

.page-section.section-footer-bottom {
  background: #000;
  padding: .5rem 0; }
  @media screen and (max-width: 666px) {
    .page-section.section-footer-bottom {
      padding-bottom: 1.5rem; } }
  .page-section.section-footer-bottom .page-section-inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
  .page-section.section-footer-bottom .logo {
    display: inline-block;
    vertical-align: top;
    padding-right: 1rem; }
    @media screen and (max-width: 666px) {
      .page-section.section-footer-bottom .logo {
        flex: 1 1 36%; } }
    .page-section.section-footer-bottom .logo img {
      height: 5.1rem;
      width: auto; }
  .page-section.section-footer-bottom .copyright {
    font-size: 1.1rem;
    color: white;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 666px) {
      .page-section.section-footer-bottom .copyright {
        line-height: 1; } }
section.section-breadcrumbs {
  height: 6rem;
  position: relative;
  z-index: 1;
  background: white; }
  @media screen and (max-width: 666px) {
    section.section-breadcrumbs {
      overflow-x: scroll;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch; }
      section.section-breadcrumbs::-webkit-scrollbar {
        display: none; } }
  section.section-breadcrumbs .page-section-inner {
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  section.section-breadcrumbs .breadcrumbs-list {
    font-size: 1rem; }
    @media screen and (max-width: 666px) {
      section.section-breadcrumbs .breadcrumbs-list {
        white-space: nowrap; } }
    section.section-breadcrumbs .breadcrumbs-list li {
      display: inline-block;
      vertical-align: top; }
      section.section-breadcrumbs .breadcrumbs-list li > a, section.section-breadcrumbs .breadcrumbs-list li > span {
        display: block;
        transition: .2s color ease-out;
        color: #C0C0C0;
        text-transform: uppercase; }
      section.section-breadcrumbs .breadcrumbs-list li > a:after {
        font-family: "icon-font";
        content: "";
        color: #C0C0C0;
        line-height: inherit;
        transition: .1s ease-out;
        display: inline-block;
        vertical-align: top;
        transform: translateY(0.05rem);
        font-size: 1rem;
        font-weight: 600;
        padding-left: .7rem;
        padding-right: .4rem; }
      section.section-breadcrumbs .breadcrumbs-list li.current-page, section.section-breadcrumbs .breadcrumbs-list li.current-item {
        font-weight: normal; }
        section.section-breadcrumbs .breadcrumbs-list li.current-page a, section.section-breadcrumbs .breadcrumbs-list li.current-page span, section.section-breadcrumbs .breadcrumbs-list li.current-item a, section.section-breadcrumbs .breadcrumbs-list li.current-item span {
          text-decoration: none; }
          section.section-breadcrumbs .breadcrumbs-list li.current-page a:after, section.section-breadcrumbs .breadcrumbs-list li.current-page span:after, section.section-breadcrumbs .breadcrumbs-list li.current-item a:after, section.section-breadcrumbs .breadcrumbs-list li.current-item span:after {
            display: none; }
        section.section-breadcrumbs .breadcrumbs-list li.current-page:hover a, section.section-breadcrumbs .breadcrumbs-list li.current-item:hover a {
          color: #6e6e6e !important;
          cursor: default; }
      section.section-breadcrumbs .breadcrumbs-list li:hover:not(.current-page) a {
        color: #6e6e6e; }

.articles-list .article-item {
  display: flex;
  flex-direction: row;
  justify-content: initial;
  max-width: 76.3rem;
  flex-wrap: wrap; }
  .articles-list .article-item .ai-image {
    flex: 1 1 18%; }
    .articles-list .article-item .ai-image img {
      width: 100%;
      height: auto;
      display: inline-block;
      vertical-align: top;
      align-self: flex-start; }
  .articles-list .article-item .ai-content {
    padding-left: 1.6rem;
    flex: 1 1 62%; }
    .articles-list .article-item .ai-content h3.title {
      font-family: "Roboto", "arial", sans-serif;
      font-weight: 600;
      font-size: 1.8rem;
      line-height: 2.2rem;
      color: #222;
      padding-bottom: 0;
      padding-top: 1rem;
      transition: .2s ease-in-out; }
      @media screen and (max-width: 666px) {
        .articles-list .article-item .ai-content h3.title {
          font-size: 1.3rem;
          line-height: 1.5rem; } }
  @media screen and (min-width: 666px) {
    .articles-list .article-item:hover .ai-content h3.title {
      color: #75E3BC; } }
.articles-list.as-list .article-item {
  margin-bottom: 1.8rem; }
  @media screen and (min-width: 1040px) {
    .articles-list.as-list .article-item {
      margin-bottom: 2.8rem; } }
.articles-list.as-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: stretch;
  grid-gap: 1.8vw;
  grid-row-gap: 1.8rem; }
  @media screen and (min-width: 1040px) {
    .articles-list.as-grid {
      grid-gap: 2.8rem;
      grid-row-gap: 1.4rem; } }
  .articles-list.as-grid .article-item {
    background: transparent;
    max-width: 31rem;
    flex-direction: row !important;
    align-content: flex-start; }
    .articles-list.as-grid .article-item .ai-image {
      flex: 1 1 100%; }
    .articles-list.as-grid .article-item .ai-content {
      padding: 1.9rem;
      padding-left: 0;
      padding-right: 0;
      position: relative; }
      .articles-list.as-grid .article-item .ai-content p.desc {
        display: none; }
      .articles-list.as-grid .article-item .ai-content h3.title {
        font-size: 2rem;
        line-height: 2.4rem; }
      @media screen and (max-width: 992px) {
        .articles-list.as-grid .article-item .ai-content h3.title {
          font-size: 1.9rem;
          line-height: 1.2; } }
      @media screen and (max-width: 666px) {
        .articles-list.as-grid .article-item .ai-content {
          padding: 1rem 0; }
          .articles-list.as-grid .article-item .ai-content h3.title {
            font-size: 1.3rem;
            line-height: 1.5rem; } }
  .articles-list.as-grid.as-grid-4 {
    grid-template-columns: repeat(4, 1fr); }
    .articles-list.as-grid.as-grid-4 .article-item {
      max-width: initial; }
  .articles-list.as-grid.as-grid-3 {
    grid-template-columns: repeat(3, 1fr); }
    .articles-list.as-grid.as-grid-3 .article-item {
      max-width: initial; }
  .articles-list.as-grid.as-grid-2 {
    grid-template-columns: repeat(2, 1fr); }
    .articles-list.as-grid.as-grid-2 .article-item {
      max-width: initial; }
  .articles-list.as-grid.as-grid-1 {
    grid-template-columns: repeat(1, 1fr); }
    .articles-list.as-grid.as-grid-1 .article-item {
      max-width: initial; }

.ai-posted-on .category,
.posted-on .category {
  font-family: "Roboto", "arial", sans-serif;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  font-size: calc(2.2rem / 2.3);
  line-height: 2.2rem;
  text-transform: uppercase;
  height: 2.2rem;
  background: #AAA396;
  color: #000;
  padding: 0 1.2rem;
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 666px) {
    .ai-posted-on .category,
    .posted-on .category {
      font-family: "Roboto", "arial", sans-serif;
      font-weight: 600;
      display: inline-block;
      vertical-align: top;
      font-size: calc(1.6rem / 2.3);
      line-height: 1.6rem;
      text-transform: uppercase;
      height: 1.6rem;
      background: #AAA396;
      color: #000;
      padding: 0 1.2rem;
      margin: 0 auto;
      text-align: center;
      font-size: .9rem; } }
.ai-posted-on .date, .ai-posted-on .author, .ai-posted-on .likes, .ai-posted-on .admin,
.posted-on .date,
.posted-on .author,
.posted-on .likes,
.posted-on .admin {
  font-size: 1rem;
  text-transform: uppercase;
  color: #C0C0C0;
  line-height: 2.2rem;
  letter-spacing: .1rem;
  display: none; }
  @media screen and (max-width: 666px) {
    .ai-posted-on .date, .ai-posted-on .author, .ai-posted-on .likes, .ai-posted-on .admin,
    .posted-on .date,
    .posted-on .author,
    .posted-on .likes,
    .posted-on .admin {
      font-size: .9rem;
      line-height: 1.6rem;
      letter-spacing: .08rem; } }
  .article-detail-header .ai-posted-on .date, .article-detail-header .ai-posted-on .author, .article-detail-header .ai-posted-on .likes, .article-detail-header .ai-posted-on .admin, .article-detail-header .posted-on .date, .article-detail-header .posted-on .author, .article-detail-header .posted-on .likes, .article-detail-header .posted-on .admin {
    display: inline-block;
    vertical-align: top; }
  .ai-posted-on .date a, .ai-posted-on .author a, .ai-posted-on .likes a, .ai-posted-on .admin a,
  .posted-on .date a,
  .posted-on .author a,
  .posted-on .likes a,
  .posted-on .admin a {
    color: inherit; }
    .ai-posted-on .date a:hover, .ai-posted-on .author a:hover, .ai-posted-on .likes a:hover, .ai-posted-on .admin a:hover,
    .posted-on .date a:hover,
    .posted-on .author a:hover,
    .posted-on .likes a:hover,
    .posted-on .admin a:hover {
      color: #6e6e6e; }

.ai-posted-on .emoji,
.posted-on .emoji {
  transform: scale(1.1); }

.ai-posted-on .admin,
.posted-on .admin {
  float: right; }

.posted-on > span:before {
  content: '/';
  padding-right: .5rem;
  padding-left: .5rem; }

section.section-home-top-articles .home-top-articles-container {
  display: flex;
  flex-direction: row; }
  section.section-home-top-articles .home-top-articles-container .article-item {
    position: relative;
    margin-bottom: 1.5rem;
    overflow: hidden; }
    section.section-home-top-articles .home-top-articles-container .article-item:before {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      content: '';
      opacity: .25;
      background: #222;
      z-index: 1;
      pointer-events: none; }
    section.section-home-top-articles .home-top-articles-container .article-item .ai-image img {
      transform: scale(1.04); }
    section.section-home-top-articles .home-top-articles-container .article-item .ai-content {
      position: absolute;
      z-index: 2;
      bottom: .3rem;
      padding: 1.5rem; }
      section.section-home-top-articles .home-top-articles-container .article-item .ai-content .title {
        color: white; }
    section.section-home-top-articles .home-top-articles-container .article-item:hover .ai-content .title {
      color: white; }
  section.section-home-top-articles .home-top-articles-container .hta-big-article {
    flex: 0 0 67.85%;
    padding-right: 1.5rem; }
    section.section-home-top-articles .home-top-articles-container .hta-big-article .article-item .ai-content .title {
      font-size: 2.5rem;
      line-height: 1.2; }
  section.section-home-top-articles .home-top-articles-container .hta-list {
    grid-gap: 0;
    flex: 0 0 32.15%;
    padding-left: 0;
    grid-template-columns: repeat(1, 1fr); }
    section.section-home-top-articles .home-top-articles-container .hta-list .article-item {
      max-width: 100%; }
  @media screen and (max-width: 666px) {
    section.section-home-top-articles .home-top-articles-container {
      display: block; }
      section.section-home-top-articles .home-top-articles-container .article-item .ai-content h3.title {
        font-size: 1.8rem;
        line-height: 1.2; }
      section.section-home-top-articles .home-top-articles-container .article-item:hover {
        opacity: 1 !important; }
      section.section-home-top-articles .home-top-articles-container .hta-big-article {
        padding-right: 0; }
        section.section-home-top-articles .home-top-articles-container .hta-big-article .article-item .ai-content .title {
          font-size: 1.8rem; }
      section.section-home-top-articles .home-top-articles-container .hta-list {
        grid-template-columns: repeat(1, 1fr); }
        section.section-home-top-articles .home-top-articles-container .hta-list .article-item {
          max-width: 100%; } }
@media screen and (max-width: 666px) {
  section:not(.section-home-top-articles) .articles-list.as-grid-4 .article-item .ai-content .ai-posted-on, section:not(.section-home-top-articles) .articles-list.as-grid-3 .article-item .ai-content .ai-posted-on, section:not(.section-home-top-articles) .articles-list.as-grid-2 .article-item .ai-content .ai-posted-on, section:not(.section-home-top-articles) .articles-list.as-grid:not(.fa-big-article) .article-item .ai-content .ai-posted-on, section:not(.section-home-top-articles) .articles-list.as-list .article-item .ai-content .ai-posted-on {
    text-align: left; }
  section:not(.section-home-top-articles) .articles-list.as-grid-4 .article-item .ai-content h3.title, section:not(.section-home-top-articles) .articles-list.as-grid-3 .article-item .ai-content h3.title, section:not(.section-home-top-articles) .articles-list.as-grid-2 .article-item .ai-content h3.title, section:not(.section-home-top-articles) .articles-list.as-grid:not(.fa-big-article) .article-item .ai-content h3.title, section:not(.section-home-top-articles) .articles-list.as-list .article-item .ai-content h3.title {
    text-align: left; } }
  @media screen and (max-width: 666px) and (min-width: 468px) {
    section:not(.section-home-top-articles) .articles-list.as-grid-4 .article-item .ai-content h3.title, section:not(.section-home-top-articles) .articles-list.as-grid-3 .article-item .ai-content h3.title, section:not(.section-home-top-articles) .articles-list.as-grid-2 .article-item .ai-content h3.title, section:not(.section-home-top-articles) .articles-list.as-grid:not(.fa-big-article) .article-item .ai-content h3.title, section:not(.section-home-top-articles) .articles-list.as-list .article-item .ai-content h3.title {
      font-size: 1.8rem;
      line-height: 1.8rem; } }
@media screen and (max-width: 666px) {
  section:not(.section-home-top-articles) .articles-list.as-grid-4.as-grid-3, section:not(.section-home-top-articles) .articles-list.as-grid-4.as-grid-4, section:not(.section-home-top-articles) .articles-list.as-grid-3.as-grid-3, section:not(.section-home-top-articles) .articles-list.as-grid-3.as-grid-4, section:not(.section-home-top-articles) .articles-list.as-grid-2.as-grid-3, section:not(.section-home-top-articles) .articles-list.as-grid-2.as-grid-4, section:not(.section-home-top-articles) .articles-list.as-grid:not(.fa-big-article).as-grid-3, section:not(.section-home-top-articles) .articles-list.as-grid:not(.fa-big-article).as-grid-4, section:not(.section-home-top-articles) .articles-list.as-list.as-grid-3, section:not(.section-home-top-articles) .articles-list.as-list.as-grid-4 {
    grid-template-columns: repeat(2, 1fr); }
  .articles-list.as-grid-1 {
    grid-template-columns: repeat(1, 1fr); }
    .articles-list.as-grid-1 .article-item {
      max-width: initial; } }

section.section-featured-articles .featured-articles-container {
  display: flex;
  flex-direction: row; }
  @media screen and (max-width: 666px) {
    section.section-featured-articles .featured-articles-container {
      display: block; } }
section.section-featured-articles .articles-list .article-item .ai-content {
  text-align: left; }

section.section-featured-articles .fa-big-article {
  flex: 0 0 50%;
  padding-right: calc(1.8vw / 2); }
  @media screen and (max-width: 666px) {
    section.section-featured-articles .fa-big-article {
      display: block; } }
  @media screen and (max-width: 666px) {
    section.section-featured-articles .fa-big-article .article-item {
      margin-bottom: 1.5rem; } }
  section.section-featured-articles .fa-big-article .article-item h3.title {
    text-wrap: pretty; }
    @media screen and (max-width: 666px) {
      section.section-featured-articles .fa-big-article .article-item h3.title {
        font-size: 1.8rem;
        line-height: 2.3rem; } }
  @media screen and (min-width: 1040px) {
    section.section-featured-articles .fa-big-article {
      padding-right: 1.4rem; } }
section.section-featured-articles .fa-list {
  padding-left: calc(1.8vw / 2); }
  @media screen and (min-width: 1040px) {
    section.section-featured-articles .fa-list {
      padding-left: 1.4rem; } }
/** Forms **/
textarea,
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="tel"],
select:focus {
  border: 1px solid #EFEFEF;
  border-radius: 0;
  height: 5.8rem;
  font: inherit;
  font-size: 1.5rem;
  padding: 0 1.3rem; }
  textarea::placeholder,
  input[type="text"]::placeholder,
  input[type="number"]::placeholder,
  input[type="password"]::placeholder,
  input[type="email"]::placeholder,
  input[type="tel"]::placeholder,
  select:focus::placeholder {
    color: #6e6e6e;
    font: inherit; }
  textarea.validation-error,
  input[type="text"].validation-error,
  input[type="number"].validation-error,
  input[type="password"].validation-error,
  input[type="email"].validation-error,
  input[type="tel"].validation-error,
  select:focus.validation-error {
    border: 2px solid #EF4949; }
  @media screen and (max-width: 666px) {
    textarea,
    input[type="text"],
    input[type="number"],
    input[type="password"],
    input[type="email"],
    input[type="tel"],
    select:focus {
      font-size: 1.6rem;
      height: 4.8rem; }
      textarea::placeholder,
      input[type="text"]::placeholder,
      input[type="number"]::placeholder,
      input[type="password"]::placeholder,
      input[type="email"]::placeholder,
      input[type="tel"]::placeholder,
      select:focus::placeholder {
        font-size: 1.3rem; } }
textarea {
  height: auto;
  resize: none; }

select {
  font: inherit;
  overflow: hidden;
  cursor: pointer; }

ul.menu-list {
  display: block; }
  p + nav ul.menu-list {
    margin-top: 1.5rem; }
    p + nav ul.menu-list li.menu-item:first-child {
      border-top: 1px solid #EFEFEF; }
  ul.menu-list li.menu-item {
    display: block;
    border-top: 1px solid #EFEFEF; }
    ul.menu-list li.menu-item:first-child {
      border: 0; }
    ul.menu-list li.menu-item a {
      display: block;
      padding-top: 1rem;
      padding-bottom: 1.2rem;
      line-height: 1.4;
      font-size: 1.3rem;
      font-family: "Roboto", "arial", sans-serif;
      font-weight: 700;
      color: #222; }
      ul.menu-list li.menu-item a span.amount {
        font-family: "Roboto", "arial", sans-serif;
        font-weight: 400;
        display: inline-block;
        vertical-align: top;
        padding-left: .2rem; }
      ul.menu-list li.menu-item a:hover {
        color: #AAA396; }
        ul.menu-list li.menu-item a:hover span.amount {
          color: #222; }

section.section-pagination {
  padding: 3.3rem 0;
  font-family: "Roboto", "arial", sans-serif;
  font-weight: 700;
  text-transform: uppercase; }
  section.section-pagination nav {
    display: flex;
    flex-direction: row;
    justify-content: center; }
    section.section-pagination nav > a {
      width: auto;
      padding: 0 1.5rem; }
      section.section-pagination nav > a:after, section.section-pagination nav > a:before {
        font-family: "icon-font";
        font-weight: 500;
        content: "";
        font-size: 2.4rem;
        transform: translateX(0.1rem); }
        @media screen and (max-width: 666px) {
          section.section-pagination nav > a:after, section.section-pagination nav > a:before {
            font-size: 1.5rem; } }
      section.section-pagination nav > a:before {
        display: none; }
      section.section-pagination nav > a.prev-page:after {
        display: none; }
      section.section-pagination nav > a.prev-page:before {
        display: block;
        transform: scaleX(-1) translateX(0.1rem); }
  section.section-pagination a {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 .5rem;
    height: 4.8rem;
    width: 4.8rem;
    background: white;
    line-height: 4.8rem;
    font-size: 1.4rem;
    color: #222;
    cursor: pointer;
    border: 1px solid #222;
    letter-spacing: .28rem; }
    section.section-pagination a:hover {
      background: #222;
      color: white; }
    section.section-pagination a.active {
      background: #AAA396;
      color: white; }
  section.section-pagination li.devider {
    display: inline-block;
    vertical-align: top;
    padding: 0 1rem;
    font-size: 1.3rem;
    line-height: 5rem; }
  section.section-pagination .pagination-list {
    display: flex;
    flex-direction: row;
    justify-content: center; }
    section.section-pagination .pagination-list li.active a {
      background: #222;
      color: white; }
  section.section-pagination .inactive {
    visibility: hidden; }
  @media screen and (max-width: 666px) {
    section.section-pagination nav {
      justify-content: space-between; }
    section.section-pagination li {
      display: none; } }
@media screen and (max-width: 992px) {
  #r89-mobile-billboard-top {
    min-height: 100px;
    margin: 20px 0; } }

@media screen and (max-width: 991px) {
  .r89-mobile-rectangle-mid {
    min-height: 280px;
    margin: 20px 0; } }

.page-section {
  font-size: 1.4rem; }
  @media screen and (max-width: 666px) {
    .page-section.section-mobile-full-width .page-section-inner {
      padding: 0; } }
  .page-section.section-breadcrumbs {
    padding: 0; }
    .page-section.section-breadcrumbs + section.bg-type-1 {
      padding-top: 0; }
  .page-section .section-heading-sub-text {
    text-align: center;
    max-width: 75%;
    margin: 0 auto; }
    @media screen and (max-width: 666px) {
      .page-section .section-heading-sub-text {
        max-width: initial; } }
  .page-section.bg-type-1 {
    background: #000; }
    .page-section.bg-type-1 .articles-list .article-item .ai-content h3.title,
    .page-section.bg-type-1 .section-heading h3, .page-section.bg-type-1 {
      color: #FFF; }
    .page-section.bg-type-1 a.section-heading h3:hover {
      color: #75E3BC; }
    .page-section.bg-type-1 .ai-posted-on .category,
    .page-section.bg-type-1 .button {
      background: #AAA396; }
  .page-section.bg-type-2 {
    background: url(/assets/images/sohomme/bg.png); }
    .page-section.bg-type-2 a.section-heading h3:hover {
      color: #75E3BC; }
    .page-section.bg-type-2 .ai-posted-on .category,
    .page-section.bg-type-2 .button {
      background: #000;
      color: #FFF; }
  .page-section.bg-type-4 {
    background: #FFF; }
    .page-section.bg-type-4 a.section-heading h3:hover {
      color: #75E3BC; }
    .page-section.bg-type-4 .ai-posted-on .category,
    .page-section.bg-type-4 .button {
      background: #AAA396; }

section.section-content .content-self {
  max-width: 64rem; }

.content-self {
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.5rem; }
  .content-self {
    text-align: justify;
    font-size: 1.5rem;
    line-height: 1.6;
    hyphens: auto;
    -webkit-hyphens: auto; }
    @media screen and (max-width: 666px) {
      .content-self {
        text-align: left; } }
    .content-self iframe {
      display: block;
      margin: .5rem auto !important;
      max-width: 100%; }
    .content-self h2, .content-self h3, .content-self h4, .content-self h5 {
      clear: both; }
    .content-self p {
      overflow: hidden; }
    .content-self p {
      margin: 0 0 1.5rem; }
      .content-self p.intro {
        font-weight: 600; }
    .content-self a {
      text-decoration: underline;
      color: #75E3BC; }
      .content-self a:hover {
        color: #787062; }
    .content-self .section-revmaker {
      padding: 2rem 0; }
    .content-self img {
      margin: .5rem 0;
      max-width: 100%;
      height: auto !important; }
    .content-self ul, .content-self ol {
      margin: 0;
      padding: 0;
      list-style: none;
      margin-bottom: 1.5rem; }
      .content-self ul li, .content-self ol li {
        list-style: disc;
        margin-left: 2rem;
        padding-top: .25rem;
        padding-bottom: .25rem;
        overflow: visible; }
        .content-self ul li::marker, .content-self ol li::marker {
          font-weight: bold; }
    .content-self ol > li {
      list-style: decimal; }
    .content-self dl {
      display: flex;
      flex-wrap: wrap; }
      .content-self dl dd, .content-self dl dt {
        width: 50%; }
      .content-self dl dt {
        font-weight: 600;
        padding-bottom: .5rem; }
    .content-self li, .content-self dd {
      text-align: initial; }
    .content-self dl.grid {
      margin-top: 5rem;
      border-bottom: 1px solid #EFEFEF; }
      .content-self dl.grid dt, .content-self dl.grid dd {
        border-top: 1px solid #EFEFEF;
        padding: .5rem 0; }
    .content-self table {
      border-collapse: collapse;
      width: 100%;
      font-size: 80%; }
      .content-self table th, .content-self table td {
        padding: 1ex .4em;
        vertical-align: top; }
      .content-self table[border='1'] td, .content-self table[border='1'] th {
        border: 1px solid #222; }
    .content-self blockquote {
      border: 1px solid #aec0c2;
      padding: 1.5rem;
      padding-bottom: 0;
      margin: 2.5rem 0 4rem;
      color: #aec0c2;
      text-align: initial;
      display: inline-block; }
      .content-self blockquote p {
        font-style: italic;
        font-weight: 700;
        font-size: 2rem; }
        @media screen and (max-width: 666px) {
          .content-self blockquote p {
            font-size: 1.7rem; } }
section.hamburger-menu-wrapper {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: 6;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-height: 100vh;
  top: 0;
  width: 36.5rem;
  max-width: 100%;
  padding-top: 8rem; }
  section.hamburger-menu-wrapper .articles-list .article-item .ai-content h3.title,
  section.hamburger-menu-wrapper .section-heading h3, section.hamburger-menu-wrapper {
    color: #FFF; }
  section.hamburger-menu-wrapper a.section-heading h3:hover {
    color: #75E3BC; }
  section.hamburger-menu-wrapper .ai-posted-on .category,
  section.hamburger-menu-wrapper .button {
    background: #AAA396; }
  @media screen and (max-width: 666px) {
    section.hamburger-menu-wrapper {
      padding-top: 2.5rem; } }
  section.hamburger-menu-wrapper.hm-visible {
    transform: translateX(0); }
  section.hamburger-menu-wrapper.hm-hidden {
    transform: translateX(200vw); }
  section.hamburger-menu-wrapper .hb-inner {
    padding: 0 1.5rem;
    padding-top: 2rem;
    height: calc(100vh - 6rem);
    -webkit-overflow-scrolling: touch; }
  section.hamburger-menu-wrapper .hb-menu > li {
    height: auto;
    min-height: 3.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: .8rem 0;
    position: relative; }
    section.hamburger-menu-wrapper .hb-menu > li:first-child {
      border-top: 1px solid rgba(255, 255, 255, 0.15); }
    section.hamburger-menu-wrapper .hb-menu > li > a, section.hamburger-menu-wrapper .hb-menu > li .toggle-submenu {
      min-height: 3.3rem;
      display: inline-flex;
      flex-direction: column;
      justify-content: center;
      font-size: 1.43rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .32rem;
      color: inherit;
      position: relative;
      cursor: pointer;
      background: #AAA396;
      padding: 0 .9rem; }
      section.hamburger-menu-wrapper .hb-menu > li > a:hover, section.hamburger-menu-wrapper .hb-menu > li .toggle-submenu:hover {
        background: white; }
    section.hamburger-menu-wrapper .hb-menu > li.selected > a {
      background: white; }
    section.hamburger-menu-wrapper .hb-menu > li.has-submenu span.toggle-submenu {
      font-size: 2rem;
      width: 3.3rem;
      transition: transform .25s ease-in-out;
      position: absolute;
      right: 0rem;
      color: #222; }
      section.hamburger-menu-wrapper .hb-menu > li.has-submenu span.toggle-submenu:after {
        font-family: "icon-font";
        font-weight: 500;
        content: "";
        font-size: 2rem;
        position: absolute;
        right: .4rem; }
    section.hamburger-menu-wrapper .hb-menu > li.has-submenu > ul {
      opacity: 0;
      max-height: 0;
      transition: .2s ease-in;
      pointer-events: none; }
      section.hamburger-menu-wrapper .hb-menu > li.has-submenu > ul > li a {
        font-size: 1.43rem;
        height: 3.1rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .32rem;
        color: inherit;
        position: relative;
        display: block;
        padding-left: .9rem; }
      section.hamburger-menu-wrapper .hb-menu > li.has-submenu > ul > li.selected a, section.hamburger-menu-wrapper .hb-menu > li.has-submenu > ul > li:hover a {
        text-decoration: underline; }
    section.hamburger-menu-wrapper .hb-menu > li.has-submenu .sub-menu-footer {
      display: none; }
    section.hamburger-menu-wrapper .hb-menu > li.has-submenu.open .toggle-submenu:after {
      transform: scaleY(-1); }
    section.hamburger-menu-wrapper .hb-menu > li.has-submenu.open > ul {
      padding-top: 1.7rem;
      opacity: 1;
      max-height: 100%;
      pointer-events: initial;
      margin-bottom: -.8rem; }
  section.hamburger-menu-wrapper .social-media-links {
    text-align: center;
    padding-top: 3rem; }

article.article-detail {
  max-width: 78.2rem;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 666px) {
    article.article-detail {
      padding: 0 1.5rem; } }
  article.article-detail .article-detail-sidebar {
    position: absolute;
    right: -340px;
    top: 0;
    bottom: 0;
    width: 300px;
    visibility: hidden; }
    article.article-detail .article-detail-sidebar.positioned {
      visibility: visible; }
    @media screen and (max-width: 1480px) {
      article.article-detail .article-detail-sidebar {
        display: none; } }
  @media screen and (min-width: 666px) and (max-width: 736px) {
    article.article-detail .article-detail-header {
      padding: 0 1.5rem; } }
  article.article-detail footer {
    border-bottom: 1px solid #e2e2e2;
    padding-top: 3rem;
    padding-bottom: 5rem; }
  article.article-detail .article-foot-info {
    color: #3c3c3c;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-size: 1rem;
    transform: translateY(-2rem);
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem; }
    article.article-detail .article-foot-info span:after {
      content: ' | '; }
    article.article-detail .article-foot-info span:last-child:after {
      content: ''; }
    article.article-detail .article-foot-info em {
      font-style: normal; }

.article-detail-image {
  padding-top: 1.5rem; }
  @media screen and (max-width: 666px) {
    .article-detail-image {
      margin: 0 -1.5rem; } }
  .article-detail-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block; }

.next-articles-container > .section-content {
  padding-top: 0; }
  .next-articles-container > .section-content .article-detail > .content-self {
    padding-top: 3rem; }
  .next-articles-container > .section-content .content-self.preview {
    max-height: 10rem;
    overflow: hidden; }

.paging-nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #EFEFEF;
  border-left: 0;
  border-right: 0; }
  .article-detail-header .paging-nav {
    margin-top: 6rem; }
  footer .paging-nav {
    margin-bottom: 4rem; }
  .paging-nav [rel='next'], .paging-nav [rel='prev'] {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #222;
    color: white;
    height: 5rem;
    width: 5rem;
    margin: 1rem 0.05rem;
    font-size: 0; }
    .paging-nav [rel='next']:after, .paging-nav [rel='prev']:after {
      font-size: 3rem;
      font-family: "icon-font";
      font-weight: 500;
      content: '\e900'; }
    .paging-nav [rel='next']:not([href]), .paging-nav [rel='prev']:not([href]) {
      visibility: hidden; }
    .paging-nav [rel='next']:hover, .paging-nav [rel='prev']:hover {
      background: #AAA396;
      color: #000; }
      @media screen and (max-width: 666px) {
        .paging-nav [rel='next']:hover, .paging-nav [rel='prev']:hover {
          transition: none; } }
  .paging-nav [rel='prev']:after {
    transform: scaleX(-1); }
  .paging-nav .pagenum {
    text-transform: uppercase;
    letter-spacing: .05rem;
    color: #6e6e6e;
    font-size: 1.6rem; }

.content-self h2 {
  font-weight: 700;
  text-align: left; }

article.article-detail strong {
  font-weight: 600; }

article.article-detail.category-celebrity .article-detail-header {
  position: relative;
  margin-top: 3rem; }
  article.article-detail.category-celebrity .article-detail-header .posted-on .category {
    position: absolute;
    top: -3rem;
    font-size: 2.3rem; }
    article.article-detail.category-celebrity .article-detail-header .posted-on .category:before {
      bottom: -.7rem;
      height: 1.8rem; }
  article.article-detail.category-celebrity .article-detail-header .posted-on .date:before {
    display: none; }

article.article-detail.category-celebrity .content-self h2 {
  font-family: "Roboto", "arial", sans-serif;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  font-size: calc(3rem / 2.3);
  line-height: 3rem;
  text-transform: uppercase;
  height: 3rem;
  background: #AAA396;
  color: #000;
  padding: 0 1.2rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
  font-size: 2.3rem;
  margin: 3rem 0;
  margin-bottom: 3rem; }
  article.article-detail.category-celebrity .content-self h2:before {
    bottom: -0.5rem;
    height: 1.8rem; }
  @media screen and (max-width: 666px) {
    article.article-detail.category-celebrity .content-self h2 {
      font-size: 2.3rem; } }
article.article-detail.category-celebrity .content-self h3 {
  font-size: inherit; }

article.article-detail.category-recept ul.dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em; }
  article.article-detail.category-recept ul.dl li {
    list-style: none;
    border: 1px solid #EEE;
    text-align: center;
    padding: 1.5em;
    margin: 0; }
    article.article-detail.category-recept ul.dl li label {
      font-weight: bold;
      display: block; }
      article.article-detail.category-recept ul.dl li label:before {
        height: 3rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: normal;
        font-size: 3rem;
        margin-bottom: 1rem;
        color: #AAA396;
        font-family: "icon-font";
        font-weight: 500;
        content: ''; }
    article.article-detail.category-recept ul.dl li.aantal label:before {
      content: '👥'; }
    article.article-detail.category-recept ul.dl li.tijd label:before {
      content: '⏲'; }
    article.article-detail.category-recept ul.dl li.soort label:before {
      content: '🍸'; }
    article.article-detail.category-recept ul.dl li.keuken label:before {
      content: '🧭'; }
    article.article-detail.category-recept ul.dl li.cal label:before {
      content: '🔥'; }
    article.article-detail.category-recept ul.dl li.budget label:before {
      content: '👛'; }

article.article-detail.category-recept li {
  margin-bottom: 1rem; }

article.article-detail.category-recept li::marker {
  color: #AAA396;
  font-size: 125%;
  font-weight: bold; }

article.article-detail.category-recept .recept-banner {
  background: #FDBE95;
  color: white;
  border-radius: 1.5rem;
  padding: 2rem 3rem;
  margin-top: 6rem;
  position: relative;
  overflow: hidden; }
  article.article-detail.category-recept .recept-banner:after {
    font-family: "icon-font";
    font-weight: 500;
    content: "";
    color: #101028;
    font-size: 11em;
    width: 1em;
    height: 0.5em;
    position: absolute;
    right: 1.5rem;
    bottom: 0; }
  article.article-detail.category-recept .recept-banner > * {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1; }
  article.article-detail.category-recept .recept-banner a, article.article-detail.category-recept .recept-banner a:visited {
    color: inherit;
    font-weight: bold; }
  article.article-detail.category-recept .recept-banner h2 {
    font-size: 1.4em; }
  @media screen and (max-width: 600px) {
    article.article-detail.category-recept .recept-banner:after {
      opacity: .5; } }
  @media screen and (max-width: 450px) {
    article.article-detail.category-recept .recept-banner {
      font-size: 75%; } }
article.article-detail h5 {
  font-size: 100%;
  font-weight: normal;
  color: #a2a2a2; }

article.article-detail h5 .rating {
  display: inline;
  margin-left: 1rem; }

article.article-detail ol.toc > li {
  list-style: none; }

article.article-detail ol.product-summary {
  padding-top: 2.5rem;
  font-size: 1.3rem; }
  article.article-detail ol.product-summary > li {
    border-top: 1px solid #d6d6d6;
    padding: 2.5rem 0; }
    article.article-detail ol.product-summary > li:last-child {
      border-bottom: 1px solid #d6d6d6; }

article.article-detail .product {
  list-style: none; }
  article.article-detail .product h3 {
    font-size: 1.7rem; }
  article.article-detail .product a {
    z-index: 1; }
  article.article-detail .product .product-image {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 16rem; }
    article.article-detail .product .product-image img {
      margin-top: 1rem;
      align-self: center;
      max-width: 80% !important;
      max-height: 100% !important;
      object-fit: contain; }

article.article-detail figure.product-image,
article.article-detail figure.product {
  float: left;
  padding: 0;
  margin-right: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  width: 19rem; }
  article.article-detail figure.product-image figcaption,
  article.article-detail figure.product figcaption {
    background: #FED; }
  article.article-detail figure.product-image .product-image + .visitbutton,
  article.article-detail figure.product .product-image + .visitbutton {
    margin-top: 2rem; }
  article.article-detail figure.product-image .rating + .visitbutton,
  article.article-detail figure.product .rating + .visitbutton {
    margin-top: -1.5rem; }
  @media screen and (max-width: 666px) {
    article.article-detail figure.product-image,
    article.article-detail figure.product {
      float: none;
      width: auto;
      text-align: center; } }
article.article-detail figure.product {
  border: 1px solid #6e6e6e;
  padding: 1rem; }

article.article-detail li.product {
  display: grid;
  grid-template-columns: 25% 1fr auto;
  margin: 0;
  grid-gap: 0 2rem; }
  @media screen and (max-width: 413px) {
    article.article-detail li.product {
      grid-template-columns: 33% 1fr auto; } }
  article.article-detail li.product .rank,
  article.article-detail li.product .product-image, article.article-detail li.product figure {
    grid-column: 1;
    grid-row: 1/5; }
  article.article-detail li.product .rank {
    z-index: 2; }
  article.article-detail li.product * {
    grid-column: 2; }
  article.article-detail li.product .rating {
    margin: -1rem 0 0; }
  article.article-detail li.product .visitbutton {
    grid-column: 3;
    grid-row: 1/5; }
    @media screen and (max-width: 666px) {
      article.article-detail li.product .visitbutton {
        grid-column: 2;
        grid-row: initial; } }
  article.article-detail li.product .product-image img {
    align-self: flex-start; }

article.article-detail .buttons {
  overflow: hidden;
  list-style: none;
  text-decoration: none;
  text-align: left; }
  article.article-detail .buttons li {
    display: inline-block;
    vertical-align: top;
    font-family: "Roboto", "arial", sans-serif;
    font-weight: 600;
    height: 4.8rem;
    font-size: 1.4rem;
    line-height: 4.8rem;
    position: relative;
    text-align: center;
    color: #222;
    padding: 0 2rem;
    line-height: 2.2rem !important;
    height: 2.2rem !important;
    padding: 0 1rem;
    border-radius: 1rem;
    background: #AAA396;
    color: #000;
    margin: 0; }
    article.article-detail .buttons li:hover {
      background: #222 !important;
      color: white; }
    @media screen and (max-width: 666px) {
      article.article-detail .buttons li {
        height: 3.9rem;
        font-size: 1.2rem;
        line-height: 3.9rem;
        transition: none; } }
    article.article-detail .buttons li:hover {
      background: #AAA396 !important; }
  article.article-detail .buttons li::before {
    font-family: "icon-font";
    font-weight: 500;
    content: '🏆';
    margin-right: 1rem; }

article.article-detail a.visitbutton,
article.article-detail .visitbutton > a {
  display: inline-block;
  vertical-align: top;
  font-family: "Roboto", "arial", sans-serif;
  font-weight: 600;
  height: 4.8rem;
  font-size: 1.4rem;
  line-height: 4.8rem;
  position: relative;
  text-align: center;
  color: #222;
  padding: 0 2rem;
  display: inline-block;
  vertical-align: top;
  background: #c0dac1;
  color: #222 !important;
  height: 4.4rem;
  line-height: 4.4rem;
  font-size: 1.7rem;
  font-weight: bold;
  text-decoration: none; }
  article.article-detail a.visitbutton:hover,
  article.article-detail .visitbutton > a:hover {
    background: #222 !important;
    color: white; }
  @media screen and (max-width: 666px) {
    article.article-detail a.visitbutton,
    article.article-detail .visitbutton > a {
      height: 3.9rem;
      font-size: 1.2rem;
      line-height: 3.9rem;
      transition: none; } }
  article.article-detail a.visitbutton:before,
  article.article-detail .visitbutton > a:before {
    display: none; }
  article.article-detail a.visitbutton:hover,
  article.article-detail .visitbutton > a:hover {
    color: white !important; }

article.article-detail .rating {
  padding: 1rem 0; }
  article.article-detail .rating > span {
    display: inline-block;
    font-size: 0;
    margin: 0 .2rem; }
    article.article-detail .rating > span:before {
      font-family: "icon-font";
      font-weight: 500;
      content: "";
      font-size: 1.7rem;
      color: #FBCC17;
      -webkit-text-stroke: 1px #FBCC17; }
    article.article-detail .rating > span.star-empty:before {
      color: transparent; }
    article.article-detail .rating > span.star-half:before {
      color: transparent;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FBCC17 0%, #FBCC17 51%, white 51%, rgba(255, 255, 255, 0) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }

@media screen and (min-width: 512px) {
  article.article-detail .hotspot-contacts {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: max-content 1fr; }
    article.article-detail .hotspot-contacts * {
      grid-column: 1; }
    article.article-detail .hotspot-contacts figure {
      display: contents; }
      article.article-detail .hotspot-contacts figure iframe {
        grid-column: 2;
        grid-row: 1 / 3; }
      article.article-detail .hotspot-contacts figure p {
        text-align: left; } }

article.article-detail .hotspot-contacts .visitbutton,
article.article-detail .hotspot .visitbutton {
  text-align: right;
  margin: 2rem 0;
  grid-column: 1 / 3; }

article.article-detail p.visitbutton {
  overflow: visible; }

article.article-detail strong.pos {
  color: #82c185; }

article.article-detail strong.neg {
  color: #f34242; }

article.article-detail .product-delen {
  font-weight: 500; }

article.article-detail li.pos, article.article-detail li.neg {
  list-style: none;
  margin: 0;
  position: relative;
  padding: .4rem 0 .8rem 3.6rem;
  line-height: 2.2rem; }
  article.article-detail li.pos:before, article.article-detail li.neg:before {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    left: 0;
    top: .2rem;
    height: 2.2rem;
    width: 2.2rem;
    border-radius: 100%;
    border: 2px solid #82c185;
    font-size: 1.7rem;
    font-family: "icon-font";
    font-weight: 500;
    font-weight: 800; }
  article.article-detail li.pos.pos:before, article.article-detail li.neg.pos:before {
    content: "";
    color: #82c185; }
  article.article-detail li.pos.neg:before, article.article-detail li.neg.neg:before {
    border: 2px solid #f34242;
    content: "";
    font-size: 1rem;
    font-weight: bold;
    color: #f34242; }

article.article-detail .mustvisit {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  background: #FBCC11;
  color: white;
  margin-left: 1rem;
  padding: .2rem 1rem;
  border-radius: .8rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-style: normal; }

.content-self section.page-section {
  font-size: inherit;
  padding-top: 1rem;
  padding-bottom: 0; }
  .content-self section.page-section#toc {
    background-color: #101028;
    padding: 3.5rem 3rem 2rem; }
    .content-self section.page-section#toc ul {
      margin-top: 3rem; }
  .content-self section.page-section .links li, .content-self section.page-section#toc li {
    list-style: none;
    margin-left: 0;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: baseline; }
    .content-self section.page-section .links li a, .content-self section.page-section#toc li a {
      display: inline-block;
      vertical-align: top;
      padding: 0.2rem 0;
      width: 100%; }
    .content-self section.page-section .links li:before, .content-self section.page-section#toc li:before {
      font-family: "icon-font";
      font-weight: 500;
      content: "";
      font-size: 1rem;
      margin-right: 1rem;
      margin-top: .2rem; }
  .content-self section.page-section > h2 {
    font-size: 2.7rem;
    padding: 2rem 0; }
  .content-self section.page-section.mediagrid {
    padding: 4.7rem 0;
    margin-top: 7rem;
    margin-bottom: 2rem;
    background-color: #101028; }
    @media screen and (max-width: 666px) {
      .content-self section.page-section.mediagrid {
        margin-bottom: 1rem;
        padding-bottom: 2rem; } }
    .content-self section.page-section.mediagrid h2 {
      margin-top: 0;
      display: inline-block;
      vertical-align: top;
      left: 50%;
      transform: translateX(-50%);
      margin-bottom: 3rem; }
    .content-self section.page-section.mediagrid ul {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      grid-gap: 2.7rem; }
      .content-self section.page-section.mediagrid ul li {
        list-style: none;
        margin-left: 0;
        flex: 1 1 calc(50% - 2.7rem / 2); }
      .content-self section.page-section.mediagrid ul iframe {
        width: 37.5rem; }
    @media screen and (max-width: 666px) {
      .content-self section.page-section.mediagrid ul {
        padding: 0 1.5rem;
        grid-gap: 1.5rem; }
        .content-self section.page-section.mediagrid ul li {
          flex-basis: calc(50% - 1.5rem/2); } }
    @media screen and (max-width: 760px) {
      .content-self section.page-section.mediagrid ul {
        align-items: center; }
        .content-self section.page-section.mediagrid ul li {
          text-align: center;
          flex-basis: 100%; } }
  article.category-celebrity .content-self section.page-section#bekend h3 {
    margin-top: 1rem;
    padding-top: 2rem;
    border-top: 1px solid #EFEFEF; }
    article.category-celebrity .content-self section.page-section#bekend h3:first-of-type {
      border-top: 0;
      padding-top: 0;
      margin-top: -.5rem; }
  article.category-celebrity .content-self section.page-section#bekend img {
    float: left;
    margin-right: 1.5rem; }
    @media screen and (max-width: 666px) {
      article.category-celebrity .content-self section.page-section#bekend img {
        width: 50%; } }
  .content-self section.page-section#conclusie .product-gal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 5%; }
    @media screen and (max-width: 666px) {
      .content-self section.page-section#conclusie .product-gal {
        overflow-x: scroll;
        margin-right: -1.5rem;
        margin-left: -1.5rem;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        -webkit-overflow-scrolling: touch; } }
    .content-self section.page-section#conclusie .product-gal > li {
      list-style: none;
      margin: 0;
      padding: 0;
      padding-top: 5rem; }
    .content-self section.page-section#conclusie .product-gal figure {
      position: relative;
      display: flex;
      flex-direction: column;
      float: none;
      margin: 0;
      height: 100%; }
      .content-self section.page-section#conclusie .product-gal figure figcaption {
        position: absolute;
        left: -1px;
        right: -1px;
        top: -3.9rem;
        height: 3.9rem;
        background: #AAA396;
        color: #000;
        line-height: 3.9rem;
        font-weight: 800;
        order: 1;
        background: #fff0c5; }
      .content-self section.page-section#conclusie .product-gal figure h3 {
        font-size: 1.4rem;
        text-align: center;
        order: 3;
        padding-top: 1.3rem; }
      .content-self section.page-section#conclusie .product-gal figure .product-image {
        width: 100%;
        order: 2;
        height: 15.8rem; }
      .content-self section.page-section#conclusie .product-gal figure .rating {
        order: 4;
        margin-bottom: 0;
        margin-top: auto; }
      .content-self section.page-section#conclusie .product-gal figure .visitbutton {
        order: 5;
        margin-top: auto; }
    .content-self section.page-section#conclusie .product-gal > li:nth-child(2) figure figcaption {
      background: #fbcc18; }
  .content-self section.page-section#veelgestelde h3 {
    cursor: pointer;
    border-top: 1px solid #EFEFEF;
    font-size: 1.5rem;
    padding: 1.5rem 0;
    position: relative;
    padding-right: 3rem; }
    .content-self section.page-section#veelgestelde h3:last-of-type {
      border-bottom: 1px solid #EFEFEF; }
    .content-self section.page-section#veelgestelde h3:hover {
      color: #75E3BC; }
    .content-self section.page-section#veelgestelde h3:after {
      font-family: "icon-font";
      font-weight: 500;
      content: "";
      font-size: 2.4rem;
      position: absolute;
      right: .6rem;
      top: 1.1rem;
      transition: .1s ease-in-out; }
    .content-self section.page-section#veelgestelde h3 + * {
      display: none;
      opacity: 0;
      transition: .1s ease-in-out;
      height: 0;
      max-height: 0; }
  .content-self section.page-section#veelgestelde h3.open:after {
    transform: rotate(180deg); }
  .content-self section.page-section#veelgestelde h3.open + * {
    display: block;
    opacity: 1;
    height: auto;
    max-height: 90rem;
    padding-top: 1rem;
    padding-bottom: 2rem; }
  .content-self section.page-section .rank {
    height: 3rem;
    width: 3rem;
    border-radius: 100%;
    background: #AAA396;
    color: white;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.7rem;
    font-weight: bold;
    font-style: initial; }
  .content-self section.page-section h3 {
    font-family: "Roboto", "arial", sans-serif;
    font-weight: 700;
    text-align: initial; }
    .content-self section.page-section h3 .rank {
      margin-right: .5rem;
      transform: translateY(-0.2rem); }
  .content-self section.page-section > div + div {
    padding-top: 3rem; }
  .content-self section.page-section > div h3 {
    margin-bottom: 1.5rem; }
  .content-self section.page-section > div h4 {
    font-weight: 800;
    margin-bottom: .8rem; }
    .content-self section.page-section > div h4 > strong {
      font-weight: inherit;
      padding-right: .1rem; }
  .content-self section.page-section > div p a {
    color: #222;
    font-weight: 600; }
    .content-self section.page-section > div p a:hover {
      color: #787062; }
  .content-self section.page-section > div ul:not(.product-delen):not(.buttons) li {
    list-style: none;
    padding-left: 2rem;
    text-indent: -2rem;
    overflow: hidden; }
    .content-self section.page-section > div ul:not(.product-delen):not(.buttons) li:before {
      display: inline-block;
      vertical-align: top;
      vertical-align: top;
      position: relative;
      top: .7rem;
      content: '';
      height: .8rem;
      width: .8rem;
      margin-right: 1rem;
      border-radius: 100%;
      background: #6e6e6e; }

#vote {
  margin-top: 6rem;
  margin-bottom: 3rem;
  border-radius: 7.2rem;
  background: #101028;
  padding-bottom: 2rem;
  text-align: center; }
  #vote ul {
    display: flex;
    flex-direction: row;
    justify-content: center; }
    #vote ul li {
      list-style: none;
      display: flex;
      flex-direction: row;
      align-items: center;
      font-weight: 600; }
      #vote ul li .button {
        padding: 0 1.1rem; }
        #vote ul li .button img {
          height: 3rem;
          width: auto;
          position: relative;
          top: .2rem; }
      #vote ul li[data-vote="up"] .button {
        margin-left: 1.4rem; }
      #vote ul li[data-vote="down"] {
        flex-direction: row-reverse; }
        #vote ul li[data-vote="down"] .button {
          margin-right: 1.4rem; }
          #vote ul li[data-vote="down"] .button img {
            transform: rotate(180deg); }

.avatar-thumbnail {
  text-align: center; }
  .avatar-thumbnail img {
    display: inline-block;
    vertical-align: top;
    border-radius: 100%;
    width: 13.3rem;
    height: auto; }
  .section-heading + .avatar-thumbnail {
    margin-top: -4rem;
    margin-bottom: 4rem; }
    @media screen and (max-width: 666px) {
      .section-heading + .avatar-thumbnail {
        margin-top: -1rem;
        margin-bottom: 3rem; }
        .section-heading + .avatar-thumbnail img {
          width: 9rem; } }
  .avatar-thumbnail + .content-self {
    margin-top: -4rem;
    max-width: 71rem;
    margin-bottom: 6rem; }
    .avatar-thumbnail + .content-self p.intro {
      text-align: center;
      font-weight: initial; }

body, html {
  font-size: 10px; }

@media screen and (max-width: 666px) {
  html, body {
    font-size: 10px;
    overflow-x: hidden;
    max-width: 100vw; } }

@media screen and (max-width: 321px) {
  html, body {
    font-size: 9px; } }

body {
  background: white;
  background-attachment: fixed; }
  body.fixed {
    position: fixed;
    overflow-y: scroll; }
    @media screen and (max-width: 666px) {
      body.fixed {
        overflow-y: hidden; } }
h1, h2, h3, h4, h5 {
  font-family: "Roboto", "arial", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  padding: 1rem 0; }

h1 {
  font-size: 4rem; }

h2 {
  font-size: 2.3rem; }

h3 {
  font-size: 2rem; }

img {
  max-width: 100%;
  height: auto; }

p, li {
  font-family: "Roboto", "arial", sans-serif;
  font-weight: 400; }

.site-wrapper {
  position: relative; }

.site-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  position: relative;
  min-height: 100vh;
  transition: padding-top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 100vw; }
  @media screen and (max-width: 666px) {
    .site-container {
      padding-top: calc(6rem - 1px); } }
button,
.button, .btn {
  display: inline-block;
  vertical-align: top;
  font-family: "Roboto", "arial", sans-serif;
  font-weight: 600;
  height: 4.8rem;
  font-size: 1.4rem;
  line-height: 4.8rem;
  position: relative;
  text-align: center;
  color: #222;
  padding: 0 2rem; }
  button:hover,
  .button:hover, .btn:hover {
    background: #222 !important;
    color: white; }
  @media screen and (max-width: 666px) {
    button,
    .button, .btn {
      height: 3.9rem;
      font-size: 1.2rem;
      line-height: 3.9rem;
      transition: none; } }
  button.disabled,
  .button.disabled, .btn.disabled {
    opacity: 0.5; }
  button > svg,
  .button > svg, .btn > svg {
    display: none; }
  button.back-to-top,
  .button.back-to-top, .btn.back-to-top {
    display: inline-flex;
    flex-direction: row;
    align-items: center; }
    button.back-to-top:after,
    .button.back-to-top:after, .btn.back-to-top:after {
      font-family: "icon-font";
      font-weight: 500;
      content: '\e903';
      font-size: 2rem;
      padding-left: .3rem;
      transform: translateY(-0.2rem); }

.button-cta {
  display: inline-block;
  vertical-align: top;
  font-family: "Roboto", "arial", sans-serif;
  font-weight: 600;
  height: 4.8rem;
  font-size: 1.4rem;
  line-height: 4.8rem;
  position: relative;
  text-align: center;
  color: white;
  padding: 0 2rem;
  border: none;
  padding-right: 6rem;
  text-transform: none;
  transition: transform .2s ease-in-out; }
  .button-cta:hover {
    background: #222 !important;
    color: white; }
  @media screen and (max-width: 666px) {
    .button-cta {
      height: 3.9rem;
      font-size: 1.2rem;
      line-height: 3.9rem;
      transition: none; } }
  .button-cta:after {
    position: absolute;
    font-family: "icon-font";
    content: '\e900';
    font-size: 2.4rem;
    width: 2rem;
    color: white;
    right: 2.1rem;
    height: 4.8rem;
    line-height: 4.8rem; }
  .button-cta:hover {
    transform: translateX(2px); }

a,
a:before,
a:after,
button,
button:before,
button:after {
  transition: .1s ease-out; }

.btt-container {
  padding-top: 0;
  padding-bottom: 6rem;
  text-align: center; }

.page-section {
  z-index: 4;
  padding: 4.7rem 0;
  position: relative; }
  @media screen and (max-width: 666px) {
    .page-section {
      font-size: 1rem;
      padding: 3.4rem 0; } }
  .page-section .page-section-inner {
    margin: 0 auto;
    max-width: 105rem; }
    @media screen and (max-width: 666px) {
      .page-section .page-section-inner {
        padding: 0 1.5rem; } }
    .page-section .page-section-inner.grid-2-cols {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 4.7rem;
      justify-items: center; }
      @media screen and (max-width: 666px) {
        .page-section .page-section-inner.grid-2-cols {
          display: block;
          padding: 0; } }
  .page-section.page-section-button {
    text-align: center;
    padding: 4rem 0; }
    .page-section.page-section-button .button {
      text-transform: none; }

@media screen and (max-width: 956px) {
  .page-section-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

.jw-quads {
  display: grid;
  grid-gap: 2.1rem;
  grid-template-columns: repeat(4, 1fr); }
  .jw-quads > * {
    width: 100%; }

.jw-thirds {
  display: grid;
  grid-gap: 4rem;
  grid-template-columns: repeat(3, 1fr); }
  .jw-thirds > * {
    width: 100%; }

.jw-halves {
  display: grid;
  grid-gap: 4rem;
  grid-template-columns: repeat(2, 1fr); }
  .jw-halves > * {
    width: 100%; }

.mobile-only {
  display: none; }

.desktop-only {
  display: block; }

.hamburger-menu-wrapper {
  display: none; }

.cookie-bar {
  height: 0;
  overflow: hidden;
  transition: .5s ease-in-out;
  background: #AAA396;
  color: #000;
  width: 100%;
  line-height: 3.4rem;
  font-size: 1.4rem;
  text-align: center;
  position: relative; }
  .cookie-bar.show {
    height: 3.4rem;
    overflow: visible; }
  .cookie-bar p {
    display: inline-block;
    vertical-align: top; }
  .cookie-bar .close-cookie-bar {
    position: absolute;
    right: 5%;
    line-height: 3.4rem;
    cursor: pointer; }
    .cookie-bar .close-cookie-bar:hover {
      text-decoration: underline; }

.flex-cols {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .flex-cols .flex-col {
    padding: 0 1rem;
    margin-bottom: .5rem; }
    .flex-cols .flex-col:first-child {
      padding-left: 0; }
    .flex-cols .flex-col:last-child {
      padding-right: 0; }

.section-heading {
  color: #222;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 3.6rem;
  font-family: "Roboto", "arial", sans-serif;
  font-weight: 600;
  flex-wrap: wrap;
  position: relative; }
  .section-heading h1 {
    font-family: "Roboto", "arial", sans-serif;
    font-weight: 600; }
  .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
    font-family: "Roboto", "arial", sans-serif;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    font-size: calc(2.5rem / 2.3);
    line-height: 2.5rem;
    text-transform: uppercase;
    height: 2.5rem;
    background: #AAA396;
    color: #000;
    padding: 0 1.2rem;
    margin: 0 auto;
    text-align: center;
    position: relative; }
    .section-heading h2 span.emoji, .section-heading h3 span.emoji, .section-heading h4 span.emoji, .section-heading h5 span.emoji, .section-heading h6 span.emoji {
      padding-left: .7rem;
      transform: scale(1.4); }
  .section-heading .powered-by {
    position: absolute;
    right: 0;
    color: gray;
    font-family: "Roboto", "arial", sans-serif;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    align-items: center; }
    .section-heading .powered-by img {
      max-height: 3.1rem;
      width: auto;
      margin-left: 1rem; }
    .section-heading .powered-by:hover {
      color: #222; }
    @media screen and (max-width: 666px) {
      .section-heading .powered-by {
        flex-direction: column;
        align-items: end;
        font-size: 0;
        top: -.7rem; }
        .section-heading .powered-by img {
          max-width: 25vw; } }
.button-container {
  text-align: center;
  position: relative;
  padding: 2.5rem 0; }
  .articles-list + .button-container {
    padding-top: 5rem; }
    @media screen and (max-width: 666px) {
      .articles-list + .button-container {
        padding-top: 2rem; } }
  .button-container .button {
    z-index: 2;
    cursor: pointer; }
  .button-container.next-button-container {
    margin-top: 0rem; }
    @media screen and (max-width: 666px) {
      .button-container.next-button-container {
        padding-top: 0; } }
    .button-container.next-button-container .next-button {
      z-index: 5; }
    .button-container.next-button-container:before {
      content: '';
      height: 30rem;
      background-image: linear-gradient(0deg, #F3F2F0 17%, rgba(243, 242, 240, 0) 100%);
      position: absolute;
      left: -7.1rem;
      right: -7.1rem;
      bottom: 4rem;
      z-index: 4; }
      @media screen and (max-width: 666px) {
        .button-container.next-button-container:before {
          bottom: 2rem; } }
.prev-next-btns .prev-next-btn {
  display: inline-block;
  vertical-align: top; }
  .prev-next-btns .prev-next-btn:first-child {
    margin-right: .3rem; }
  .prev-next-btns .prev-next-btn.disabled {
    opacity: .6; }
  .prev-next-btns .prev-next-btn > span {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: #c1bcb2;
    height: 2.9rem;
    width: 2.9rem;
    line-height: 2.8rem;
    font-size: 0;
    color: white;
    cursor: pointer; }
    .prev-next-btns .prev-next-btn > span:after {
      font-family: "icon-font";
      font-weight: 500;
      content: "";
      font-size: 2rem;
      transform: translateX(0.1rem); }
    .prev-next-btns .prev-next-btn > span:hover {
      background: #AAA396;
      color: #000; }
  .prev-next-btns .prev-next-btn.prev-btn span:after {
    transform: scaleX(-1) translateX(0.1rem); }

.main-container {
  padding: 7.8rem 0; }
  .main-container.has-sidebar .page-section-inner {
    display: flex;
    flex-direction: row; }
    .main-container.has-sidebar .page-section-inner .main-sidebar {
      width: 26.3rem;
      flex: 0 0 26.3rem;
      margin-right: 2.4rem; }
      .main-container.has-sidebar .page-section-inner .main-sidebar > div, .main-container.has-sidebar .page-section-inner .main-sidebar > section {
        margin-bottom: 1.8rem; }
    .main-container.has-sidebar .page-section-inner .main-elems {
      display: flex;
      flex-direction: column;
      width: 100%; }
  .main-container.has-sidebar.rtl .page-section-inner {
    flex-direction: row-reverse; }
    .main-container.has-sidebar.rtl .page-section-inner .main-sidebar {
      margin-right: 0;
      margin-left: 2.4rem; }

ul.share-article {
  text-align: center; }
  ul.share-article li {
    display: inline-block;
    vertical-align: top;
    padding: 0 .2rem; }
    ul.share-article li a {
      display: block;
      height: 5.2rem;
      width: 5.2rem;
      border-radius: 100%;
      background: #AAA396;
      color: #000;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      font-size: 0; }
      ul.share-article li a:hover {
        transform: scale(1.1); }
      ul.share-article li a:after {
        font-family: "icon-font";
        font-weight: 500;
        font-size: 1.8rem; }
      ul.share-article li a.facebook:after {
        content: ""; }
      ul.share-article li a.twitter:after {
        content: ""; }
      ul.share-article li a.instagram:after {
        content: ""; }
      ul.share-article li a.pinterest:after {
        content: ""; }
      ul.share-article li a.linkedin:after {
        content: "";
        transform: translateY(-0.1rem); }
      ul.share-article li a.whatsapp:after {
        content: ""; }

.popup-container {
  position: fixed;
  z-index: 89374928;
  display: none;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 3s ease-in-out; }
  .popup-container.show {
    display: flex;
    flex-direction: column;
    opacity: 1; }

.popup-inner {
  padding: 3.3rem;
  max-width: 90vw;
  min-width: 39.6rem;
  background: #AAA396;
  color: #000;
  position: relative;
  display: none;
  opacity: 0; }
  @media screen and (max-width: 666px) {
    .popup-inner {
      min-width: 90vw;
      max-width: 95vw; } }
  @media (max-width: 500px) {
    .popup-inner {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  .popup-inner.show {
    display: block;
    opacity: 1; }
  .popup-inner .popup-content .popup-heading {
    text-align: center; }
    .popup-inner .popup-content .popup-heading h4 {
      font-size: 2.4rem;
      padding: 0 0 2rem; }
      @media screen and (max-width: 666px) {
        .popup-inner .popup-content .popup-heading h4 {
          font-size: 2rem; } }
  .popup-inner .popup-content .popup-footer {
    padding-top: 2.1rem;
    text-align: center; }
    .popup-inner .popup-content .popup-footer p {
      font-size: 1.3rem; }
      .popup-inner .popup-content .popup-footer p a {
        color: #75E3BC; }
        .popup-inner .popup-content .popup-footer p a:hover {
          color: #222; }
  .popup-inner .popup-content .search-input {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    margin-top: 1rem;
    position: relative; }
    .popup-inner .popup-content .search-input input[type="search"],
    .popup-inner .popup-content .search-input input[type="text"] {
      padding-left: 1rem;
      padding-right: 4rem;
      flex: 1 1 auto;
      text-size-adjust: none;
      -webkit-appearance: none; }
    .popup-inner .popup-content .search-input button[type="submit"] {
      text-size-adjust: none;
      -webkit-appearance: none;
      background: transparent;
      position: absolute;
      height: 100%;
      right: 0;
      display: flex;
      flex-direction: row;
      align-items: center;
      padding: 0 1.5rem;
      font-size: 0; }
      .popup-inner .popup-content .search-input button[type="submit"]:after {
        font-family: "icon-font";
        font-weight: 500;
        font-size: 1.7rem;
        content: "";
        right: 1.9rem;
        color: #222; }
      .popup-inner .popup-content .search-input button[type="submit"]:hover:after {
        color: #75E3BC; }
  .popup-inner .close-popup {
    position: absolute;
    right: 2rem;
    top: 2rem;
    z-index: 4;
    cursor: pointer;
    transform: scale(1);
    transition: .1s ease-out; }
    .popup-inner .close-popup:after {
      content: '\e90b';
      font-family: "icon-font";
      font-weight: 500;
      font-size: 1.4rem; }
    .popup-inner .close-popup:hover {
      transform: scale(1.05); }

.social-media-links {
  margin-left: auto; }
  .social-media-links a {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    height: 2.4rem;
    width: 2.4rem;
    border-radius: 50%;
    background: #6e6e6e;
    line-height: 2.4rem; }
    .social-media-links a:first-of-type {
      margin-left: 0; }
    .social-media-links a:after {
      color: #222;
      font-size: 1.3rem;
      font-family: "icon-font";
      font-weight: 500; }
    .social-media-links a.tiktok {
      background: transparent; }
      .social-media-links a.tiktok:after {
        content: ""; }
    .social-media-links a.facebook {
      background: transparent; }
      .social-media-links a.facebook:after {
        content: ""; }
    .social-media-links a.pinterest {
      background: transparent; }
      .social-media-links a.pinterest:after {
        content: ""; }
    .social-media-links a.instagram {
      background: transparent; }
      .social-media-links a.instagram:after {
        content: ""; }
    .social-media-links a.youtube {
      background: transparent; }
      .social-media-links a.youtube:after {
        content: ""; }
    .social-media-links a.mail {
      background: transparent; }
      .social-media-links a.mail:after {
        content: ""; }
    .social-media-links a.twitter {
      background: transparent; }
      .social-media-links a.twitter:after {
        content: "";
        position: relative;
        left: .05rem; }
    .social-media-links a.linkedin {
      background: transparent; }
      .social-media-links a.linkedin:after {
        content: ""; }
    .social-media-links a.whatsapp {
      background: transparent; }
      .social-media-links a.whatsapp:after {
        content: ""; }
  .social-media-links a {
    margin: 0 .2rem;
    font-size: 0;
    color: #222; }
    .social-media-links a:hover {
      background: #AAA396;
      color: #000; }

.winBox {
  background: #DDD;
  padding: 2rem;
  margin: 2rem 0; }
  @media screen and (max-width: 666px) {
    .winBox {
      padding: 1.5rem; } }
  .winBox h4 {
    font-size: 2rem;
    padding-bottom: 3rem; }
    @media screen and (max-width: 666px) {
      .winBox h4 {
        font-size: 1.7rem;
        padding-bottom: 2rem; } }
  .winBox form fieldset > div {
    padding: 1rem 0; }
  .winBox form fieldset .alert {
    display: block;
    background: #222;
    padding: 1rem;
    color: white; }
  .winBox form fieldset input[type="radio"] + label {
    width: initial;
    line-height: initial;
    padding-left: .5rem;
    text-align: left; }
  .winBox form label:not([for="optin3"]) {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    line-height: 4rem; }
  .winBox form textarea {
    width: 100%;
    min-height: 8rem;
    padding: 1rem; }
  .winBox form input[type="text"],
  .winBox form input[type="email"] {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 4rem; }
  .winBox form label[for="optin3"] {
    padding-top: 2rem; }
    .winBox form label[for="optin3"] a {
      display: inline-block;
      vertical-align: top;
      color: #222; }
  .winBox form p.btn {
    padding: 1rem 0; }
    .winBox form p.btn button {
      background: transparent;
      display: inline-block;
      vertical-align: top;
      font-family: "Roboto", "arial", sans-serif;
      font-weight: 600;
      height: 4.8rem;
      font-size: 1.4rem;
      line-height: 4.8rem;
      position: relative;
      text-align: center;
      color: #222;
      padding: 0 2rem; }
      .winBox form p.btn button:hover {
        background: #222 !important;
        color: white; }
      @media screen and (max-width: 666px) {
        .winBox form p.btn button {
          height: 3.9rem;
          font-size: 1.2rem;
          line-height: 3.9rem;
          transition: none; } }
  @media screen and (max-width: 666px) {
    .winBox form label:not([for="optin3"]) {
      width: 30%; }
    .winBox form input[type="text"],
    .winBox form input[type="email"] {
      width: 70%; } }
  .winBox .contestDisclaimer {
    font-size: 1.3rem; }
    @media screen and (max-width: 666px) {
      .winBox .contestDisclaimer {
        font-size: 1.2rem; } }
.poll-inner .bar {
  height: 8px;
  background: #AAA396;
  border-radius: 4px; }

.poll-inner table {
  margin-top: 2rem; }
  .poll-inner table .stats {
    font-weight: 600;
    padding-right: 1.5rem; }
  .poll-inner table td {
    padding: .2rem 0; }

.poll-inner .total {
  position: absolute;
  right: -20px;
  top: -30px;
  border-radius: 100%;
  background: #75E3BC;
  width: 80px;
  height: 80px;
  transform: rotate(-10deg);
  line-height: 100px !important; }
  .poll-inner .total strong {
    font-family: "Roboto", "arial", sans-serif;
    font-weight: 600;
    color: white;
    font-size: 2.5rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 5rem !important; }
  .poll-inner .total span {
    color: white;
    display: block;
    text-align: center; }

.gs-block.poll {
  position: relative;
  background: #DDD;
  padding: 2rem;
  margin: 2rem 0; }
  .gs-block.poll .block-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 2rem; }
    .gs-block.poll .block-title .title-icon {
      padding-right: 2rem; }
    .gs-block.poll .block-title h4 {
      font-size: 2rem; }
  .gs-block.poll .gs-block-content {
    padding: 0rem; }
    .gs-block.poll .gs-block-content .poll-title {
      font-family: "Roboto", "arial", sans-serif;
      font-weight: 600; }
    .gs-block.poll .gs-block-content form {
      margin-top: 2rem; }
    .gs-block.poll .gs-block-content label {
      padding-left: .5rem; }
    .gs-block.poll .gs-block-content .results {
      display: block;
      padding-bottom: 1.5rem;
      font-size: 1.4rem;
      float: right;
      padding-top: 2rem; }
    .gs-block.poll .gs-block-content .button {
      display: inline-block;
      vertical-align: top; }
    .gs-block.poll .gs-block-content .button button {
      background: transparent;
      display: inline-block;
      vertical-align: top;
      font-family: "Roboto", "arial", sans-serif;
      font-weight: 600;
      height: 4.8rem;
      font-size: 1.4rem;
      line-height: 4.8rem;
      position: relative;
      text-align: center;
      color: #222;
      padding: 0 2rem; }
      .gs-block.poll .gs-block-content .button button:hover {
        background: #222 !important;
        color: white; }
      @media screen and (max-width: 666px) {
        .gs-block.poll .gs-block-content .button button {
          height: 3.9rem;
          font-size: 1.2rem;
          line-height: 3.9rem;
          transition: none; } }
@media screen and (max-width: 666px) {
  h1 {
    font-size: 2.8rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 2rem; }
  img {
    max-width: 100%;
    height: auto; }
  .jw-thirds {
    display: block; }
  .jw-halves {
    display: block; }
  .jw-quads {
    grid-gap: 1.3rem;
    grid-template-columns: repeat(2, 1fr); }
  .main-sidebar {
    display: none; }
  .mobile-only {
    display: block; }
  .desktop-only {
    display: none; }
  .cookie-bar {
    display: none; } }

footer.site-footer .section-footer {
  padding-bottom: 2.5rem; }

@media screen and (max-width: 666px) {
  footer.site-footer {
    padding-top: 2rem; } }

@media screen and (max-width: 666px) {
  footer.site-footer .footer-logo {
    margin-bottom: 1rem; } }

footer.site-footer .footer-logo a {
  margin-top: -1.9rem;
  padding: 0 3.4rem; }

footer.site-footer .footer-logo img, footer.site-footer .footer-logo svg {
  max-height: 3.6rem; }
  @media screen and (max-width: 666px) {
    footer.site-footer .footer-logo img, footer.site-footer .footer-logo svg {
      max-height: 3rem; } }
footer.site-footer .footer-links > * h5 {
  font-weight: 700;
  padding-bottom: 1rem; }
  footer.site-footer .footer-links > * h5 a {
    color: inherit; }
    footer.site-footer .footer-links > * h5 a:hover {
      color: #AAA396; }
  @media screen and (max-width: 666px) {
    footer.site-footer .footer-links > * h5 {
      font-size: 1.3rem;
      padding: 1.2rem 0; }
      footer.site-footer .footer-links > * h5:after {
        font-size: 2rem;
        top: .7rem; } }
footer.site-footer .footer-links > * li {
  font-size: 1.3rem; }
  footer.site-footer .footer-links > * li a {
    padding: .7rem 0;
    font-size: 1.3rem; }

footer.site-footer .footer-links > *.open ul, footer.site-footer .footer-links > *.open p {
  padding-top: 0; }

footer.site-footer .footer-links > *:not(.category-kortingscode) li a {
  padding: 0.5rem 0;
  letter-spacing: 0;
  font-size: inherit;
  font-weight: inherit;
  text-transform: none; }

footer.site-footer .footer-links > *.category-kortingscode a {
  padding: 0.5rem 0; }

footer.site-footer .social-media-links {
  padding-top: 5.3rem; }
  @media screen and (max-width: 666px) {
    footer.site-footer .social-media-links {
      padding-top: 3rem; } }
.page-section.section-footer-bottom {
  padding: 2rem 0; }
  @media screen and (max-width: 666px) {
    .page-section.section-footer-bottom {
      padding: 0; } }
  .page-section.section-footer-bottom .page-section-inner {
    justify-content: space-between; }
    @media screen and (max-width: 666px) {
      .page-section.section-footer-bottom .page-section-inner {
        padding: 0;
        display: flex;
        flex-direction: column-reverse; } }
  .page-section.section-footer-bottom .footer-bottom-elem-1 {
    display: flex;
    flex-direction: row;
    justify-content: center; }
    @media screen and (max-width: 666px) {
      .page-section.section-footer-bottom .footer-bottom-elem-1 {
        padding: 2rem;
        width: 100%; } }
    .page-section.section-footer-bottom .footer-bottom-elem-1 .logo {
      padding-right: 1.3rem; }
      @media screen and (max-width: 666px) {
        .page-section.section-footer-bottom .footer-bottom-elem-1 .logo {
          flex-basis: auto; } }
      .page-section.section-footer-bottom .footer-bottom-elem-1 .logo img {
        height: 2.5rem; }
    .page-section.section-footer-bottom .footer-bottom-elem-1 .copyright {
      line-height: 3.1rem; }
  @media screen and (max-width: 666px) {
    .page-section.section-footer-bottom .footer-bottom-elem-2 {
      padding: 2rem;
      padding-top: 0;
      width: 100%;
      transform: translateY(-1px); } }
  .page-section.section-footer-bottom ul {
    text-align: center; }
    .page-section.section-footer-bottom ul li {
      display: inline-block;
      vertical-align: top;
      font-size: 1.1rem;
      vertical-align: bottom; }
      .page-section.section-footer-bottom ul li:after {
        font-size: 1rem;
        content: '|';
        padding-left: .5rem; }
      .page-section.section-footer-bottom ul li:last-child:after {
        content: ''; }
    .page-section.section-footer-bottom ul a {
      line-height: 1;
      font-size: inherit; }
      .page-section.section-footer-bottom ul a:hover {
        text-decoration: underline; }

footer.site-footer .footer-links > :last-child,
footer.site-footer .footer-logo {
  border: 0; }

footer.site-footer .footer-links {
  display: block;
  flex-direction: row; }
  footer.site-footer .footer-links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    footer.site-footer .footer-links ul li {
      padding: 0 2vw; }
    footer.site-footer .footer-links ul ~ ul {
      padding-top: 2rem;
      flex-direction: column;
      align-content: center; }
  footer.site-footer .footer-links > * a {
    color: inherit;
    text-transform: uppercase !important; }

footer.site-footer .social-media-links {
  padding-top: 4rem; }

footer.site-footer .footer-logo img {
  max-height: 3ex; }

footer.site-footer .page-section.section-footer-bottom .footer-bottom-elem-2 {
  background: inherit;
  color: inherit; }

.article-item .ai-image {
  overflow: hidden; }
  .article-item .ai-image > img {
    transition: transform 1s; }

.article-item:hover .ai-image > img {
  transform: scale(1.1) !important; }

html, body {
  background: #F3F2F0;
  font-size: 11px; }

h1, h2, h3, h4, h5 {
  line-height: 1.1; }

.section-heading h3 {
  /* un-label() */
  font-family: "Roboto", "arial", sans-serif;
  font-weight: 600;
  background: none;
  text-transform: none;
  font-size: 3.5rem;
  line-height: 3.5rem;
  height: auto; }
  @media screen and (max-width: 666px) {
    .section-heading h3 {
      font-size: 2.8rem; } }
ul.share-article li a,
.button, a.button {
  background: #AAA396;
  border-radius: 3rem; }
  ul.share-article li a:hover,
  .button:hover, a.button:hover {
    background: #75E3BC !important;
    color: inherit; }

section.section-pagination a:hover, section.section-pagination a.active {
  background: #75E3BC;
  color: inherit; }

section.section-pagination a {
  border: 0;
  background: none;
  border-radius: 3rem; }

header.header-wrapper .header-logo {
  display: flex;
  align-items: center;
  height: auto;
  transform: none;
  max-height: none;
  margin-right: 1rem; }
  header.header-wrapper .header-logo img {
    max-height: 5rem; }
    @media screen and (max-width: 666px) {
      header.header-wrapper .header-logo img {
        max-height: 4rem; } }
header.header-wrapper .header-menu ul.header-menu-items > li > a {
  font-size: 1.4rem;
  font-weight: 500; }

header.header-wrapper .right-menu::after {
  color: #F3F2F0;
  font-weight: 300; }

footer.site-footer {
  background: url(/assets/images/sohomme/bg.png); }

footer.site-footer .section-footer {
  padding: 4.7rem; }
  footer.site-footer .section-footer .footer-logo {
    border: none;
    padding: 0;
    margin-bottom: 2rem; }
    footer.site-footer .section-footer .footer-logo a {
      filter: invert(1);
      background: none;
      margin: 0; }

footer.site-footer .footer-links > *:not(.category-kortingscode) li a {
  font-weight: 500; }
  footer.site-footer .footer-links > *:not(.category-kortingscode) li a:hover {
    text-decoration: underline; }

footer.site-footer .section-footer-bottom {
  background: linear-gradient(180deg, #101028, 75%, #225) #101028; }
  footer.site-footer .section-footer-bottom a, footer.site-footer .section-footer-bottom a:after {
    background: none;
    color: white; }
  footer.site-footer .section-footer-bottom a:hover {
    color: #75E3BC; }

.popup-inner {
  background: #75E3BC; }

.hamburger-box {
  top: .52rem; }

section.hamburger-menu-wrapper {
  background: #101028; }
  section.hamburger-menu-wrapper .hb-menu > li > a {
    background: none; }
    section.hamburger-menu-wrapper .hb-menu > li > a:hover {
      background: none;
      color: #75E3BC; }
  section.hamburger-menu-wrapper .hb-menu > li.selected > a {
    background: #75E3BC;
    color: #000; }
  @media screen and (max-width: 666px) {
    section.hamburger-menu-wrapper {
      overflow: auto;
      padding-top: 6rem; } }
.header-state-alt .hamburger-inner,
.header-state-alt .hamburger-inner::before,
.header-state-alt .hamburger-inner::after {
  background-color: #AAA396; }

section.section-home-top-articles .home-top-articles-container .article-item:hover .ai-content .title {
  color: #75E3BC; }

section.section-home-top-articles .home-top-articles-container .article-item:before {
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 30%);
  transform: scaleY(-1);
  opacity: .8; }

.article-detail-header h1 small {
  display: block;
  margin-top: 1ex;
  color: #666;
  font-style: italic;
  font-size: 1.5rem; }

.home-top-articles-container .article-item,
.ai-image, .ai-image img,
.article-detail img {
  border-radius: .5rem; }

@media screen and (max-width: 666px) {
  .article-detail-image img {
    border-radius: 0; } }

.ai-posted-on .category, .posted-on .category {
  border-radius: .2rem; }
  @media screen and (max-width: 666px) {
    .ai-posted-on .category, .posted-on .category {
      padding: 0 .5rem; } }
.article-item .ai-content h4.title {
  padding: 0;
  position: relative;
  top: .8rem;
  color: #666;
  font-style: italic; }
  @media screen and (max-width: 666px) {
    .article-item .ai-content h4.title {
      top: .6rem; } }
.article-item:hover .ai-content h3.title {
  color: #75E3BC !important; }

.content-self a {
  color: #89857E; }
  .content-self a:hover {
    color: #75E3BC; }

@media screen and (max-width: 666px) {
  .hm-toggle {
    top: 0; }
  .page-section.section-footer-bottom .footer-bottom-elem-2 {
    padding: 2rem 0 0; } }
