/*!***********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./wp-content/themes/theologie/assets/scss/app.scss ***!
  \***********************************************************************************************************************************************************************/
/* Fonts */
/* New tag colors 2026 */
/* general */
/* Colors */
.text-vieren {
  color: rgb(113, 78, 188) !important;
}

.bg-vieren {
  background-color: rgb(113, 78, 188) !important;
}

.text-bijbel {
  color: rgb(32, 84, 145) !important;
}

.bg-bijbel {
  background-color: rgb(32, 84, 145) !important;
}

.text-kerk {
  color: rgb(113, 75, 84) !important;
}

.bg-kerk {
  background-color: rgb(113, 75, 84) !important;
}

.text-opinie {
  color: rgb(220, 165, 0) !important;
}

.bg-opinie {
  background-color: rgb(220, 165, 0) !important;
}

.text-spiritualiteit {
  color: rgb(98, 146, 122) !important;
}

.bg-spiritualiteit {
  background-color: rgb(98, 146, 122) !important;
}

.text-levensvragen {
  color: rgb(123, 185, 220) !important;
}

.bg-levensvragen {
  background-color: rgb(123, 185, 220) !important;
}

.text-boeken {
  color: rgb(157, 116, 134) !important;
}

.bg-boeken {
  background-color: rgb(157, 116, 134) !important;
}

/* buttons */
a.bg-vieren:hover {
  background-color: #5a3b9c !important;
}
a.bg-vieren.muted {
  background-color: #8f73ca !important;
}
a.bg-vieren.muted:hover {
  background-color: #5a3b9c !important;
}

a.bg-bijbel:hover {
  background-color: #173c67 !important;
}
a.bg-bijbel.muted {
  background-color: #296cbb !important;
}
a.bg-bijbel.muted:hover {
  background-color: #173c67 !important;
}

a.bg-kerk:hover {
  background-color: #52373d !important;
}
a.bg-kerk.muted {
  background-color: #905f6b !important;
}
a.bg-kerk.muted:hover {
  background-color: #52373d !important;
}

a.bg-opinie:hover {
  background-color: #a97f00 !important;
}
a.bg-opinie.muted {
  background-color: #ffc310 !important;
}
a.bg-opinie.muted:hover {
  background-color: #a97f00 !important;
}

a.bg-spiritualiteit:hover {
  background-color: #4e7361 !important;
}
a.bg-spiritualiteit.muted {
  background-color: #7ea994 !important;
}
a.bg-spiritualiteit.muted:hover {
  background-color: #4e7361 !important;
}

a.bg-levensvragen:hover {
  background-color: #53a4d1 !important;
}
a.bg-levensvragen.muted {
  background-color: #a3cee7 !important;
}
a.bg-levensvragen.muted:hover {
  background-color: #53a4d1 !important;
}

a.bg-boeken:hover {
  background-color: #825c6d !important;
}
a.bg-boeken.muted {
  background-color: #b292a0 !important;
}
a.bg-boeken.muted:hover {
  background-color: #825c6d !important;
}

body.home,
body.category {
  background-color: #FEF9F5;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Noto Sans", Helvetica, Arial, sans-serif !important;
  font-weight: 600 !important;
}

.th-img-rounded {
  border-radius: 12px !important;
}

.th-img-rounded-sm {
  border-radius: 4px !important;
}

.topbar__list .topbar__link.topbar__link--button > a {
  padding: 0.125rem 0.5rem;
  color: #fff;
  background-color: #f37347;
  border: solid 2px #f37347;
}
.topbar__list .topbar__link.topbar__link--button > a:hover {
  color: #fff;
  text-decoration: none;
}
.topbar__list .topbar__link.topbar__link--button2 {
  margin-left: 0.5rem;
}
.topbar__list .topbar__link.topbar__link--button2 > a {
  padding: 0.125rem 0.5rem;
  color: #000;
  background-color: #fff;
  border: solid 2px #f37347;
}
.topbar__list .topbar__link.topbar__link--button2 > a:hover {
  color: #f37347;
  text-decoration: none;
}

.footer input {
  border-radius: 1000px;
}

.footer-logo-inner {
  background-color: #fff;
  border-top: solid 2px #335761;
  border-left: solid 2px #335761;
  border-right: solid 2px #335761;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

ul.footer-social-brands {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
ul.footer-social-brands li {
  margin: 0 0.25rem;
  padding: 0;
}
ul.footer-social-brands li a {
  display: block;
  width: 32px;
  height: 32px;
  padding-top: 4px;
  text-align: center;
  background-color: #fff;
  border-radius: 1000px;
  color: #000;
}

.topbar__logo {
  max-width: 120px;
}

.th-hero .carousel {
  height: calc(100vh - 126px);
  background-size: cover;
  background-position: 50% 50%;
}
.th-hero .carousel-inner,
.th-hero .carousel-item {
  height: 100%;
  background-color: transparent;
}
.th-hero .carousel-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 100;
  padding: 0;
  text-align: left;
}
.th-hero .bg-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  animation: none !important;
}
.th-hero .hero-container {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem 4rem 0.75rem;
}
.th-hero .hero-text-container {
  position: relative;
  margin-top: auto;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1rem 1.5rem;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  color: #000;
  width: 400px;
  max-width: 100%;
}
.th-hero .hero-text-container h2 {
  margin: 0.375rem 0;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #000;
}
.th-hero .hero-text-container .hero-text-author {
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
}
.th-hero .hero-text-container .hero-text-tag {
  font-size: 0.875rem;
  font-weight: 600;
  color: #000;
}
.th-hero .hero-text-label {
  position: absolute;
  width: 80px;
  height: 24px;
  top: -24px;
  right: 0;
  padding-top: 0.25rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  color: #fff;
}
.th-hero .hero-text-label.paytag--basis {
  background-color: rgb(45, 165, 230);
}
.th-hero .hero-text-label.paytag--premium {
  background-color: rgb(110, 90, 150);
}

@media (min-width: 300px) {
  .topbar__logo {
    max-width: 160px;
  }
  .th-hero .carousel {
    height: calc(100vh - 134px);
  }
}
@media (min-width: 360px) {
  .topbar__logo {
    max-width: 160px;
  }
  .th-hero .carousel {
    height: calc(100vh - 134px);
  }
}
@media (min-width: 400px) {
  .topbar__logo {
    max-width: 200px;
  }
  .th-hero .carousel {
    height: calc(100vh - 143px);
  }
}
@media (min-width: 480px) {
  .topbar__logo {
    max-width: 300px;
  }
  .th-hero .carousel {
    height: calc(100vh - 164px);
  }
}
@media (min-width: 992px) {
  .th-hero .carousel {
    height: calc(100vh - 172px);
  }
}
@media (min-width: 768px) {
  .th-hero .hero-container {
    justify-content: flex-end;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.th-home-section h3 {
  font-size: 1.5rem;
}

.th-theme-badge {
  position: absolute;
  top: 0;
  right: 2.5rem;
  width: 120px;
}

.th-theme-badge__text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 10%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
}

.th-home-section_themes {
  font-size: 0.875rem;
}
.th-home-section_themes h4 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.th-home-section_themes .theme-link {
  display: block;
  width: 100%;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #335761;
}

.th-home-section_curated .curated-list-container {
  padding: 1rem;
  border: solid 1px #335761;
  border-radius: 12px;
  height: 100%;
}
.th-home-section_curated .curated-list-container ul.curated-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.th-home-section_curated .curated-list-container ul.curated-list > li {
  margin: 0;
  padding: 0.25rem 0;
  border-bottom: solid 1px rgba(51, 87, 97, 0.3);
}
.th-home-section_curated .curated-list-container ul.curated-list > li .curlist__pwall {
  width: 100%;
  max-width: 80px;
  margin-right: 0.5rem;
  padding: 0.125rem;
  border-radius: 1000px;
  color: #fff;
  text-align: center;
  background-color: #335761;
  font-size: 0.5625rem;
  font-weight: 600;
  text-transform: uppercase;
}
.th-home-section_curated .curated-list-container ul.curated-list > li .curlist__pwall.curlist__pwall--basis {
  background-color: #2da5e6;
}
.th-home-section_curated .curated-list-container ul.curated-list > li .curlist__pwall.curlist__pwall--premium {
  background-color: #6e5a96;
}
.th-home-section_curated .curated-list-container ul.curated-list > li i {
  display: block;
  margin-block: 3px;
  font-size: 0.75rem;
}
.th-home-section_curated .curated-list-container ul.curated-list > li a {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #222222;
  text-decoration: none;
  line-height: 1.2;
}
.th-home-section_curated .curated-list-container ul.curated-list > li a:hover {
  color: #f37347;
}
.th-home-section_curated .curated-list-container ul.curated-list > li:first-child {
  border-top: solid 1px rgba(51, 87, 97, 0.3);
}

@media (min-width: 992px) {
  ul.curated-list .row .col-1 {
    width: 6% !important;
  }
  ul.curated-list .row .col-2 {
    width: 12% !important;
  }
  ul.curated-list .row .col-9 {
    width: 82% !important;
  }
}
.th-home-section__exclusive .exclusive__pwall {
  width: 100px;
  margin-right: 0.5rem;
  padding: 0.125rem;
  border-radius: 1000px;
  color: #fff;
  text-align: center;
  background-color: #335761;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
}
.th-home-section__exclusive .exclusive__pwall.exclusive__pwall--basis {
  background-color: #2da5e6;
}
.th-home-section__exclusive .exclusive__pwall.exclusive__pwall--premium {
  background-color: #6e5a96;
}
.th-home-section__exclusive .exclusive-item img {
  border-top-width: 2px;
  border-left-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 0;
  border-style: solid;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.th-home-section__exclusive .exclusive-item .exclusive-item__content {
  padding: 1rem;
  border-top-width: 0;
  border-left-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-style: solid;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.th-home-section__exclusive .exclusive-item.exclusive-item__basic img, .th-home-section__exclusive .exclusive-item.exclusive-item__basic .exclusive-item__content {
  border-color: #2da5e6;
}
.th-home-section__exclusive .exclusive-item.exclusive-item__premium img, .th-home-section__exclusive .exclusive-item.exclusive-item__premium .exclusive-item__content {
  border-color: #6e5a96;
}
.th-home-section__exclusive .exclusive-item .exclusive-item__link {
  display: block;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  background-color: #335761;
  text-decoration: none;
  text-align: center;
}
.th-home-section__exclusive .exlusive-cta-link {
  display: block;
  padding: 0.5rem;
  text-align: center;
  color: #fff;
  border-radius: 12px;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
}
.th-home-section__exclusive .exlusive-cta-link.exlusive-cta-link__basic {
  background-color: #2da5e6;
}
.th-home-section__exclusive .exlusive-cta-link.exlusive-cta-link__premium {
  background-color: #6e5a96;
}

.th-home-section__reflect .reflect-item {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(85, 130, 150, 0.5);
  border-radius: 12px;
}
.th-home-section__reflect .reflect-item .reflect-item__bg {
  height: 200px;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #9D7486;
}
.th-home-section__reflect .reflect-item .reflect-item__bg.prevent-cropping {
  background-size: auto 200px;
}
.th-home-section__reflect .reflect-item .reflect-item__content {
  padding: 1rem;
}
.th-home-section__reflect .reflect-item .reflect-item__content .reflect-item__content--text {
  min-height: 100px;
}
.th-home-section__reflect .reflect-item .reflect-item__link {
  display: block;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  background-color: #335761;
  text-decoration: none;
  text-align: center;
}

.th-home-section_cta .subscr-card {
  margin-bottom: 0;
  background: none;
}
.th-home-section_cta .subscr-card__container {
  height: 100%;
}
.th-home-section_cta .subscr-card__title {
  font-family: "Noto Sans", Helvetica, Arial, sans-serif !important;
  font-size: 1.75rem;
  color: #fff;
  margin: 0;
  padding: 1rem 0;
  text-align: center;
}
.th-home-section_cta .subscr-card__content {
  padding: 0 1rem;
}
.th-home-section_cta .subscr-card__pricing {
  padding: 2rem 0;
  text-align: center;
}
.th-home-section_cta .subscr-card__pricing .subscr-card__pricing-text {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  font-weight: 300;
}
.th-home-section_cta .subscr-card__pricing .subscr-card__pricing-price {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
}
.th-home-section_cta .subscr-card__description {
  height: 7rem;
  overflow: hidden;
  text-align: center;
  padding-bottom: 2rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #222222;
}
.th-home-section_cta .subscr-card__button {
  text-align: center;
}
.th-home-section_cta .subscr-card__button .btn {
  display: block;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.th-home-section_cta .subscr-card__usp {
  padding: 1rem 0 2rem 0;
}
.th-home-section_cta .subscr-card__usp-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.th-home-section_cta .subscr-card__usp-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: solid 1px #eee;
  color: #999;
}
.th-home-section_cta .subscr-card__usp-list-item.subscr-card__usp-list-item--active {
  color: #222222;
}
.th-home-section_cta .subscr-card__usp-list-item i {
  width: 1rem;
  text-align: center;
}
.th-home-section_cta .subscr-card__usp-list-item i.fa-times {
  color: #aaa;
}
.th-home-section_cta .subscr-card__usp-list-item i.fa-check {
  color: rgb(0, 170, 240);
}
.th-home-section_cta .subscr-card__anchor-link {
  display: block;
  margin-top: 1.5rem;
  text-align: center;
}
.th-home-section_cta .subscr-card.subscr-card--default {
  border: none;
}
.th-home-section_cta .subscr-card.subscr-card--default .subscr-card-inner {
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 1px #335761;
}
.th-home-section_cta .subscr-card.subscr-card--default .subscr-card__title {
  background-color: #2da5e6;
}
.th-home-section_cta .subscr-card.subscr-card--default .subscr-card__button .btn {
  font-weight: 600;
  color: #fff;
  background-color: #2da5e6;
}
.th-home-section_cta .subscr-card.subscr-card--default .subscr-card__button .btn:hover {
  background-color: #157ab1;
}
.th-home-section_cta .subscr-card.subscr-card--highlight {
  border: none;
}
.th-home-section_cta .subscr-card.subscr-card--highlight .subscr-card-inner {
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 1px #335761;
}
.th-home-section_cta .subscr-card.subscr-card--highlight .subscr-card__title {
  background-color: #6e5a96;
}
.th-home-section_cta .subscr-card.subscr-card--highlight .subscr-card__button .btn {
  font-weight: 600;
  color: #fff;
  background-color: #6e5a96;
}
.th-home-section_cta .subscr-card.subscr-card--highlight .subscr-card__button .btn:hover {
  background-color: #4b3d66;
}

.th-banner {
  min-height: 250px;
}
.th-banner .banner-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 100;
  padding: 0;
  text-align: left;
}
.th-banner .bg-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  animation: none !important;
}
.th-banner .banner-container {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem 2rem 0.75rem;
}
.th-banner .banner-text-container {
  position: relative;
  margin-top: auto;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1rem 1.5rem;
  border-radius: 12px;
  color: #000;
  width: 400px;
  max-width: 100%;
}
.th-banner .banner-text-container h2 {
  margin: 0.375rem 0;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #000;
}

@media (min-width: 768px) {
  .th-banner .banner-container {
    justify-content: flex-end;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.th-plaza-top-nav {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.th-plaza-top-nav .plaza-top-nav__title h1 {
  font-size: 2rem;
  text-transform: uppercase;
  color: #fff;
}
.th-plaza-top-nav .plaza-top-nav__container {
  display: inline-block;
  width: auto;
  margin: 0 auto;
}
.th-plaza-top-nav ul.plaza-top-nav__subnav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.th-plaza-top-nav ul.plaza-top-nav__subnav > li {
  margin: 0 0.25rem 0.5rem 0.25rem;
}
.th-plaza-top-nav ul.plaza-top-nav__subnav > li > a {
  padding: 0.125rem 0.75rem;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 1000px;
}

.th-plaza-section_curated .curated-list-container {
  padding: 1rem;
  border: solid 1px #335761;
  border-radius: 12px;
  height: 100%;
}
.th-plaza-section_curated .curated-list-container ul.curated-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.th-plaza-section_curated .curated-list-container ul.curated-list > li {
  margin: 0;
  padding: 0.25rem 0;
  border-bottom: solid 1px rgba(51, 87, 97, 0.3);
}
.th-plaza-section_curated .curated-list-container ul.curated-list > li .curlist__pwall {
  width: 100%;
  max-width: 80px;
  margin-right: 0.5rem;
  padding: 0.125rem;
  border-radius: 1000px;
  color: #fff;
  text-align: center;
  background-color: #335761;
  font-size: 0.5625rem;
  font-weight: 600;
  text-transform: uppercase;
}
.th-plaza-section_curated .curated-list-container ul.curated-list > li .curlist__pwall.curlist__pwall--basis {
  background-color: #2da5e6;
}
.th-plaza-section_curated .curated-list-container ul.curated-list > li .curlist__pwall.curlist__pwall--premium {
  background-color: #6e5a96;
}
.th-plaza-section_curated .curated-list-container ul.curated-list > li i {
  display: block;
  margin-block: 3px;
  font-size: 0.75rem;
}
.th-plaza-section_curated .curated-list-container ul.curated-list > li a {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #222222;
  text-decoration: none;
  line-height: 1.2;
}
.th-plaza-section_curated .curated-list-container ul.curated-list > li a:hover {
  color: #f37347;
}
.th-plaza-section_curated .curated-list-container ul.curated-list > li:first-child {
  border-top: solid 1px rgba(51, 87, 97, 0.3);
}

@media (min-width: 992px) {
  ul.curated-list .row .col-1 {
    width: 6% !important;
  }
  ul.curated-list .row .col-2 {
    width: 12% !important;
  }
  ul.curated-list .row .col-9 {
    width: 82% !important;
  }
}
.curated-book-container {
  padding: 1rem;
  border: solid 1px #335761;
  border-radius: 12px;
  height: 100%;
}
.curated-book-container .book-img-wrapper {
  padding: 1rem;
  border-radius: 12px;
  background-color: rgba(243, 115, 71, 0.15);
}
.curated-book-container .book-meta {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .swiper {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2rem;
  }
  .swiper-slide {
    width: 75%;
  }
  /* disable grid for mobile */
  .row.swiper-wrapper {
    flex-wrap: nowrap !important;
    margin: 0 !important;
  }
  .row.swiper-wrapper > * {
    padding: 0 !important;
  }
}
/* disable swiper for desktop */
@media (min-width: 768px) {
  .row.swiper-wrapper {
    width: auto !important;
    height: auto !important;
    transition-property: all !important;
    z-index: auto !important;
  }
}
