/* variables */
/* colors */
:root {
  --theme-color-primary: #3E3A8E;
  --theme-color-secondary: #BCA9EC;
  --theme-color-fantasy: #42389A;
  --theme-color-romance: #FBEAE0;
  --theme-color-crime: #E0DEF0;
  --white: #fff;
  --mist: rgba(244,240,255,.72);
  --serif-font: "Instrument Serif", serif;
  --sans-serif-font: "Noah", sans-serif;
  --default-font: "Noah", sans-serif;
}

html body {
  background: radial-gradient(60% 55% at 8% 4%, #322C7A 0%, transparent 55%), radial-gradient(55% 50% at 78% 22%, rgba(154, 135, 224, 0.4), transparent 60%), radial-gradient(65% 60% at 100% 100%, rgba(217, 186, 210, 0.42), transparent 60%), radial-gradient(50% 45% at 30% 95%, rgba(188, 169, 236, 0.32), transparent 60%), linear-gradient(150deg, #121034 0%, #1A1746 42%, #2A2666 100%);
  background-attachment: scroll, scroll, scroll, scroll, scroll;
  background-attachment: fixed;
  overflow-x: hidden;
  color: var(--mist);
  font-family: var(--default-font);
}
html body.single-teammember:has(.themengenre-romantasy), html body.single-teammember:has(.themengenre-romance) {
  background: radial-gradient(120% 80% at 0% 100%, rgba(224, 138, 102, 0.6), transparent 60%), radial-gradient(80% 60% at 100% 0%, rgba(188, 169, 236, 0.5), transparent 60%), linear-gradient(160deg, #2A1840 0%, #3A2452 50%, #5A3A56 100%);
}
html body.single-teammember:has(.themengenre-fantasy) {
  background: radial-gradient(120% 80% at 100% 100%, rgba(62, 58, 142, 0.7), transparent 60%), radial-gradient(80% 60% at 0% 0%, rgba(188, 169, 236, 0.45), transparent 60%), linear-gradient(160deg, #16143A 0%, #252270 60%, #42389A 100%);
}
html body.single-teammember:has(.themengenre-crime) {
  background: radial-gradient(120% 80% at 50% 100%, rgba(154, 135, 224, 0.3), transparent 65%), radial-gradient(60% 50% at 0% 0%, rgba(255, 255, 255, 0.05), transparent 60%), linear-gradient(160deg, #08071C 0%, #14132E 50%, #1C1A40 100%);
}

.eyebrow-text .elementor-widget-container {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
.eyebrow-text .elementor-widget-container:after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(188, 169, 236, 0.4), transparent);
}

.box-element, .album-box {
  border-radius: 24px !important;
  padding: 18px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.12) 0%, rgba(188, 169, 236, 0.05) 60%, rgba(46, 42, 110, 0.12) 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(28px) saturate(1.4);
  -webkit-backdrop-filter: blur(28px) saturate(1.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 24px 50px -24px rgba(10, 8, 30, 0.6);
}

html body .set-navigation-top-right .elementor-swiper-button-next, html body .set-navigation-top-right .elementor-swiper-button-prev {
  top: -100px !important;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(188, 169, 236, 0.05)) !important;
  backdrop-filter: blur(20px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px !important;
  transition: all 0.5s;
  transform: scale(1) !important;
}
html body .set-navigation-top-right .elementor-swiper-button-next:hover, html body .set-navigation-top-right .elementor-swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.24) !important;
  transform: scale(1.01) !important;
}
html body .set-navigation-top-right .elementor-swiper-button-next {
  right: 0 !important;
}
html body .set-navigation-top-right .elementor-swiper-button-prev {
  left: auto !important;
  right: 80px !important;
}

.content-card, .single-teammember .publications .swiper-slide, .member-worlds .items .item-member {
  background: radial-gradient(120% 80% at 100% 100%, var(--theme-color-primary), transparent 60%), radial-gradient(80% 60% at 0% 0%, var(--theme-color-secondary), transparent 60%), linear-gradient(160deg, #16143A 0%, #252270 60%, var(--theme-color-fantasy) 100%);
}
.content-card:after, .single-teammember .publications .swiper-slide:after, .member-worlds .items .item-member:after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.025) 0 2px, transparent 2px 8px);
  pointer-events: none;
}
.content-card.fantasy, .single-teammember .publications .fantasy.swiper-slide, .member-worlds .items .fantasy.item-member {
  background: radial-gradient(120% 80% at 100% 100%, rgba(62, 58, 142, 0.7), transparent 60%), radial-gradient(80% 60% at 0% 0%, rgba(188, 169, 236, 0.45), transparent 60%), linear-gradient(160deg, #16143A 0%, #252270 60%, #42389A 100%);
}
.content-card.romance, .single-teammember .publications .romance.swiper-slide, .member-worlds .items .romance.item-member {
  background: radial-gradient(120% 80% at 0% 100%, rgba(224, 138, 102, 0.6), transparent 60%), radial-gradient(80% 60% at 100% 0%, rgba(188, 169, 236, 0.5), transparent 60%), linear-gradient(160deg, #2A1840 0%, #3A2452 50%, #5A3A56 100%);
}
.content-card.crime, .single-teammember .publications .crime.swiper-slide, .member-worlds .items .crime.item-member {
  background: radial-gradient(120% 80% at 50% 100%, rgba(154, 135, 224, 0.3), transparent 65%), radial-gradient(60% 50% at 0% 0%, rgba(255, 255, 255, 0.05), transparent 60%), linear-gradient(160deg, #08071C 0%, #14132E 50%, #1C1A40 100%);
}

.romance {
  color: var(--theme-color-romance);
}

.fantasy {
  color: var(--theme-color-fantasy);
}

.crime {
  color: var(--theme-color-crime);
}

.fade-loop-carousel .swiper,
.fade-loop-carousel .swiper-wrapper {
  overflow: hidden;
}
.fade-loop-carousel .swiper-slide {
  transition-property: opacity !important;
  transition-timing-function: ease-in-out !important;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  will-change: opacity;
  pointer-events: none;
}
.fade-loop-carousel .swiper-slide-active {
  pointer-events: auto;
}
.fade-loop-carousel .elementor-swiper-button,
.fade-loop-carousel .elementor-swiper-button-prev,
.fade-loop-carousel .elementor-swiper-button-next,
.fade-loop-carousel .swiper-button-prev,
.fade-loop-carousel .swiper-button-next,
.fade-loop-carousel .swiper-pagination {
  z-index: 20;
  pointer-events: auto;
}

.additional-background {
  padding: 120px 0 !important;
  background: radial-gradient(60% 50% at 0% 0%, rgba(46, 42, 110, 0.5), transparent 55%), radial-gradient(50% 50% at 100% 100%, rgba(217, 186, 210, 0.18), transparent 55%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.fade-image {
  opacity: 0.18;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 30%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 0%, black 30%, transparent 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.album-author-narrator-list {
  color: #fff;
}

.album-author-narrator {
  color: #fff;
}
.album-author-narrator:hover {
  color: #fafafa;
  text-decoration: underline;
}

.album-top-slider .album-box {
  border-radius: 0 !important;
}

.themenwelten-listing #filtered-elements {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0px;
  right: 0;
  bottom: 0;
  z-index: 1000;
  padding: 20px;
  width: 300px;
  transition: all 0.3s;
  overflow-y: auto;
  z-index: 10000;
  right: -300px;
}
@media (max-width: 768px) {
  .themenwelten-listing #filtered-elements {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.12) 0%, rgba(188, 169, 236, 0.05) 60%, rgba(46, 42, 110, 0.12) 100%);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(28px) saturate(1.4);
    -webkit-backdrop-filter: blur(28px) saturate(1.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 24px 50px -24px rgba(10, 8, 30, 0.6);
  }
}
.themenwelten-listing #filtered-elements.active {
  right: 0px;
}
@media (min-width: 768px) {
  .themenwelten-listing #filtered-elements {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    box-shadow: none;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.7s;
    padding: 0px;
    margin: 0px;
    right: 0px;
    top: 0px !important;
    z-index: 10;
  }
  .themenwelten-listing #filtered-elements.active {
    right: 0px;
    max-height: 500px;
    top: 0px !important;
  }
}
.themenwelten-listing .filter-block .title {
  color: var(--white);
}
.themenwelten-listing .mobile-info .title {
  font-family: "BryantWebRegular", "Arial", sans-serif;
  font-weight: bold;
  color: var(--color-primary);
  font-size: 1.2em;
}
.themenwelten-listing .mobile-info .filter-btn-box {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  cursor: pointer;
  font-family: "BryantWebRegular", "Arial", sans-serif;
  font-weight: bold;
  width: 100%;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .themenwelten-listing .mobile-info {
    display: none;
  }
}
.themenwelten-listing .filter-text {
  width: 100%;
  margin-bottom: 20px;
}
.themenwelten-listing .filter-btn-show {
  display: flex;
  justify-content: flex-end;
}
.themenwelten-listing .filter-btn-show .filter-show-btn-inner {
  padding: 5px 15px;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  /* width:150px; */
  margin-bottom: 20px;
  border-radius: 30px;
  font-size: 14px;
}
.themenwelten-listing .filter-btn-show .filter-show-btn-inner:hover {
  background-color: #fff;
  color: var(--color-primary);
}
.themenwelten-listing .filter-genre-button, .themenwelten-listing .filter-age-button {
  text-decoration: none !important;
}
.themenwelten-listing .all-filters {
  margin-left: 1.5111%;
  margin-right: 1.5111%;
  margin-bottom: 50px;
}
@media (min-width: 900px) {
  .themenwelten-listing .all-filters {
    margin-bottom: 40px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.themenwelten-listing .all-filters {
  padding: 40px 30px;
}
.themenwelten-listing .button-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.member-worlds .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
}
.member-worlds .items .item-member {
  padding: 18px;
  width: 100%;
}
@media (min-width: 768px) {
  .member-worlds .items .item-member {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1024px) {
  .member-worlds .items .item-member {
    width: calc(33.33% - 26.66px);
  }
}
.member-worlds .items .item-member {
  display: flex;
  flex-direction: column;
  font-size: 15px !important;
  transition: all 0.3s;
  transform: scale(1) !important;
  border-radius: 24px !important;
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.member-worlds .items .item-member:hover {
  transform: scale(1.02) !important;
}
.member-worlds .items .item-member {
  background: radial-gradient(120% 80% at 100% 100%, rgba(62, 58, 142, 0.7), transparent 60%), radial-gradient(80% 60% at 0% 0%, rgba(188, 169, 236, 0.45), transparent 60%), linear-gradient(160deg, #16143A 0%, #252270 60%, #42389A 100%);
  background-size: 200% 100%, 200% 100%, 200% 100%;
  background-position: 0% 50%, 20% 50%, 0% 50%;
  animation: backgroundAnimation 30s linear infinite;
}
.member-worlds .items .item-member.fantasy {
  background: radial-gradient(120% 80% at 100% 100%, rgba(62, 58, 142, 0.7), transparent 60%), radial-gradient(80% 60% at 0% 0%, rgba(188, 169, 236, 0.45), transparent 60%), linear-gradient(160deg, #16143A 0%, #252270 60%, #42389A 100%);
  background-size: 200% 100%, 200% 100%, 200% 100%;
  background-position: 0% 50%, 20% 50%, 0% 50%;
  animation: backgroundAnimation 18s linear infinite;
}
.member-worlds .items .item-member.romance, .member-worlds .items .item-member.romantasy {
  background: radial-gradient(120% 80% at 0% 100%, rgba(224, 138, 102, 0.6), transparent 60%), radial-gradient(80% 60% at 100% 0%, rgba(188, 169, 236, 0.5), transparent 60%), linear-gradient(160deg, #2A1840 0%, #3A2452 50%, #5A3A56 100%);
  background-size: 200% 100%, 200% 100%, 200% 100%;
  background-position: 0% 50%, 20% 50%, 0% 50%;
  animation: backgroundAnimation 25s linear infinite;
}
.member-worlds .items .item-member.crime {
  background: radial-gradient(120% 80% at 50% 100%, rgba(154, 135, 224, 0.3), transparent 65%), radial-gradient(60% 50% at 0% 0%, rgba(255, 255, 255, 0.05), transparent 60%), linear-gradient(160deg, #08071C 0%, #14132E 50%, #1C1A40 100%);
  background-size: 200% 100%, 200% 100%, 200% 100%;
  background-position: 0% 50%, 20% 50%, 0% 50%;
  animation: backgroundAnimation 20s linear infinite;
}
.member-worlds .items .item-member .picture img {
  width: 100%;
  height: auto;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px !important;
}
.member-worlds .items .item-member .content {
  margin-top: 20px;
}
.member-worlds .items .item-member .content .memberworld-title {
  font-weight: bold;
  font-family: "Instrument Serif", Sans-serif;
  font-size: 24px;
  color: #FFFFFF;
}

@keyframes backgroundAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.single-teammember .team-header-row {
  margin-bottom: 120px;
  margin-top: 120px;
}
.single-teammember .team-header-row > .inside {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .single-teammember .team-header-row > .inside {
    flex-direction: row;
    gap: 80px;
  }
}
.single-teammember .team-header-row > .inside > .picture {
  width: 100%;
}
@media (min-width: 768px) {
  .single-teammember .team-header-row > .inside > .picture {
    width: 40%;
  }
}
.single-teammember .team-header-row > .inside > .picture img {
  width: 100%;
  height: auto;
  border-radius: 24px !important;
}
.single-teammember .team-header-row > .inside > .content {
  width: 100%;
}
@media (min-width: 768px) {
  .single-teammember .team-header-row > .inside > .content {
    width: 60%;
  }
}
.single-teammember .team-header-row > .inside > .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single-teammember h1, .single-teammember h2 {
  font-family: var(--serif-font);
  font-size: var(--headline-size);
  color: #FFFFFF;
}
.single-teammember .publications .swiper-slide {
  padding: 18px;
  border-radius: 24px !important;
}
.single-teammember .publications .swiper-slide .content .title {
  font-family: var(--serif-font);
  font-size: 1.4em;
  color: #FFFFFF;
}

.letterFilter {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.letterFilter a {
  padding: 5px 10px;
  border-radius: 30px;
  color: var(--mist);
  text-decoration: none;
  transition: 0.3s all;
  border: 1px solid var(--mist);
  width: 2.5em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.letterFilter a.active, .letterFilter a:hover {
  color: #fff;
}

.header-theme-navigation .menu-item a.elementor-item-active {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(188, 169, 236, 0.08));
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.glass-effect-button, .themenwelten-listing .filter-genre-button, .themenwelten-listing .filter-age-button, .header-theme-navigation .menu-item a {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 999px;
  color: var(--mist);
  transition: all 0.2s;
  border: 1px solid rgba(255, 255, 255, 0);
}
.glass-effect-button:hover, .themenwelten-listing .filter-genre-button:hover, .themenwelten-listing .filter-age-button:hover, .header-theme-navigation .menu-item a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}
.glass-effect-button:focus, .themenwelten-listing .filter-genre-button:focus, .themenwelten-listing .filter-age-button:focus, .header-theme-navigation .menu-item a:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.06);
}
.glass-effect-button.active, .themenwelten-listing .active.filter-genre-button, .themenwelten-listing .active.filter-age-button, .header-theme-navigation .menu-item a.active {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(188, 169, 236, 0.08));
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.slide-with-linkfire .picture, .single-teammember .publications .swiper-slide .picture {
  position: relative;
}
.slide-with-linkfire .linkfire-thickbox, .single-teammember .publications .swiper-slide .linkfire-thickbox {
  display: none;
}
.slide-with-linkfire .linkfire-thickbox > .inside, .single-teammember .publications .swiper-slide .linkfire-thickbox > .inside {
  display: flex;
  flex-direction: column;
}
.slide-with-linkfire .linkfire-thickbox > .inside a, .single-teammember .publications .swiper-slide .linkfire-thickbox > .inside a {
  font-size: 2rem;
  line-height: 2.5rem;
}
.slide-with-linkfire .linkfire-hover, .single-teammember .publications .swiper-slide .linkfire-hover {
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  display: none;
}
@media (min-width: 991px) {
  .slide-with-linkfire .linkfire-hover, .single-teammember .publications .swiper-slide .linkfire-hover {
    display: block;
  }
}
.slide-with-linkfire .linkfire-hover > *, .single-teammember .publications .swiper-slide .linkfire-hover > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  width: 60%;
  text-align: left;
  align-items: start;
  margin-left: auto;
  margin-right: auto;
}
.slide-with-linkfire .linkfire-hover > * .stream-link, .single-teammember .publications .swiper-slide .linkfire-hover > * .stream-link {
  font-size: 1.4em;
  line-height: 1.7em;
}
.slide-with-linkfire .linkfire-hover, .single-teammember .publications .swiper-slide .linkfire-hover {
  transition: 0.3s all;
}
@media (min-width: 991px) {
  .slide-with-linkfire:hover .linkfire-hover, .single-teammember .publications .swiper-slide:hover .linkfire-hover {
    opacity: 1;
  }
}

.highlight-box, .themenwelten-listing .all-filters, .faq-glass .uael-faq-accordion {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  background: radial-gradient(80% 90% at 0% 100%, rgba(217, 186, 210, 0.5), transparent 60%), radial-gradient(70% 70% at 100% 0%, rgba(188, 169, 236, 0.6), transparent 60%), linear-gradient(135deg, #1C1A48 0%, #3E3A8E 50%, #6A5AB0 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 60px 120px -40px rgba(10, 8, 30, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  color: var(--white);
}
.highlight-box a, .themenwelten-listing .all-filters a, .faq-glass .uael-faq-accordion a {
  color: var(--white);
  text-decoration: underline;
}
.highlight-box:after, .themenwelten-listing .all-filters:after, .faq-glass .uael-faq-accordion:after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.025) 0 2px, transparent 2px 8px);
  pointer-events: none;
}/*# sourceMappingURL=main.css.map */