/* variables */
/* colors */
:root {
  --theme-color-primary: #3E3A8E;
  --theme-color-secondary: #BCA9EC;
  --theme-color-fantasy: #42389A;
  --theme-color-romance: #FBEAE0;
  --theme-color-crime: #E0DEF0;
  --swiper-theme-color: #fff!important;
  --swiper-pagination-bullet-inactive-color: #fff!important;
  --swiper-navigation-color: #fff!important;
  --white: #fff;
  --mist: rgba(244,240,255,.72);
  --cloud: #F4F0FF;
  --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), html body.single-teammember:has(.themengenre-krimi-spannung) {
  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%);
}

@keyframes gradient {
	0% {
		background-position: 0% 20%;
	}
	25% {
		background-position: 100% 50%;
	}
	50% {
		background-position: 50% 70%;
	}
	100% {
		background-position: 0% 20%;
	}
}
.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);
}

.wpforms-field input[type=text], .wpforms-field input[type=email], .wpforms-field textarea {
  width: 100%;
  margin-bottom: 20px;
  max-width: 100% ;
  min-width: 0;
  min-height: 72px;
  padding: 0 40px ;
  font-size: 18px;
  font-weight: 400 ;
  line-height: 1.2;
  color: var(--mist);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 28px;
  outline: none ;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18) ;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  appearance: none;
  -webkit-appearance: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.wpforms-field textarea {
  padding-top: 15px;
  padding-bottom: 15px;
  
}

.wpforms-field input[type=text]::placeholder, .wpforms-field input[type=email]::placeholder, .wpforms-field textarea::placeholder {
    color: var(--mist) !important;
    opacity: 0.75;
}
@media (max-width: 768px) {
  .wpforms-field-row > * {
    float: unset!important;
  }

  .wpforms-field-row .wpforms-one-half {
    width: 100%!important;
    margin-left: 0!important;
  }

  .wpforms-submit {
    margin-left: auto;
    margin-right: auto;
    display: block!important;
  }
}


.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, .artist-single-world .publications .swiper-slide, .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, .artist-single-world .publications .swiper-slide: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, .artist-single-world .publications .fantasy.swiper-slide, .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, .artist-single-world .publications .romance.swiper-slide, .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, .artist-single-world .publications .crime.swiper-slide, .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);
}

.masscie-marquee-wrap {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.elementor-social-icon {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(188, 169, 236, 0.08))!important;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.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;
}

.highlight-box, .faq-glass .uael-faq-accordion, .themenwelten-listing .all-filters, body.single-album .album-content-description, .accordion-element, body.single-album .accordion, #edellinkfire-filters.active {
  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, .faq-glass .uael-faq-accordion a, .themenwelten-listing .all-filters a, body.single-album .album-content-description a, .accordion-element a, body.single-album .accordion a {
  color: var(--white);
  text-decoration: underline;
}
/* .highlight-box:after, .faq-glass .uael-faq-accordion:after, .themenwelten-listing .all-filters:after, body.single-album .album-content-description:after, .accordion-element:after, body.single-album .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;
} */

.accordion-element .accordion-content, body.single-album .accordion .accordion-content {
  display: none;
  padding: 0px 30px 30px 30px;
}
.accordion-element .accordion-header, body.single-album .accordion .accordion-header {
  cursor: pointer;
  padding: 25px 30px;
  font-size: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-element .accordion-header:after, body.single-album .accordion .accordion-header:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  display: inline-block;
  margin-left: 10px;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.accordion-element .accordion-header.active:after, body.single-album .accordion .accordion-header.active:after {
  transform: rotate(180deg);
}

.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;
}

body.single-album h1, body.single-album h2 {
  font-family: var(--serif-font);
  color: #FFFFFF;
}
body.single-album h1 {
        font-size: var(--headline-size);
}
@media (max-width: 768px) {
  body.single-album h1 {
      font-size: calc(var(--headline-size) - 40px);
  }
}

body.single-album h2 {
    font-size: 60px;
}

body.single-album .album-header-row {
  margin-bottom: 120px;
  margin-top: 120px;
}
body.single-album .album-header-row > .inside > .album-header-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  body.single-album .album-header-row > .inside > .album-header-content {
    flex-direction: row;
    gap: 80px;
  }
}
body.single-album .album-header-row > .inside > .album-header-content > .picture {
  width: 100%;
}
@media (min-width: 768px) {
  body.single-album .album-header-row > .inside > .album-header-content > .picture {
    width: 40%;
  }
}
body.single-album .album-header-row > .inside > .album-header-content > .picture img {
  width: 100%;
  height: auto;
  border-radius: 24px !important;
}
body.single-album .album-header-row > .inside > .album-header-content > .content {
  width: 100%;
}
@media (min-width: 768px) {
  body.single-album .album-header-row > .inside > .album-header-content > .content {
    width: 60%;
  }
}
body.single-album .album-header-row > .inside > .album-header-content > .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body.single-album .accordion {
  margin-bottom: 80px;
}
body.single-album .album-content-description {
  padding: 25px 30px;
  margin-bottom: 80px;
}
body.single-album .album-cover-download .download-description {
  display: block;
}

.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;
  cursor: pointer;
  font-family: "Noah", Sans-serif;
  color: var(--e-global-color-e6a2e04);
  background-image: linear-gradient(135deg, #FFFFFF 0%, #E9E1FF 100%);
  box-shadow: 0px 14px 34px -12px rgba(187.99999999999994, 168.99999999999997, 235.99999999999997, 0.6);
  border-style: none;
  border-radius: 999px 999px 999px 999px;
  padding: 14px 22px 14px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.themenwelten-listing .mobile-info .filter-btn-box i {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .themenwelten-listing .mobile-info {
    display: none;
  }
}
.themenwelten-listing .filter-text, #edellinkfire-title-search {
  width: 100%;
  margin-bottom: 20px;
  max-width: 100% ;
  min-width: 0;
  min-height: 72px;
  padding: 0 40px ;
  font-size: 18px;
  font-weight: 400 ;
  line-height: 1.2;
  color: var(--mist);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 28px;
  outline: none ;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18) ;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  appearance: none;
  -webkit-appearance: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.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;
}
@media (max-width: 768px) {
  .themenwelten-listing .button-box {
    flex-direction: column;
  }

  .mobile-info {
    margin-top: 25px;
    margin-bottom: 25px;

    .title {
      margin-bottom: 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, .member-worlds .items .item-member.young-adult-jugendbuch, .member-worlds .items .item-member.original-hoerspiel-zum-film {
  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, .member-worlds .items .item-member.krimi-spannung, .member-worlds .items .item-member.klassiker {
  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 .picture a {
  display: block;
  border-radius: 24px !important;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.member-worlds .items .item-member .picture a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  border-radius: 24px !important;
  background-color: rgba(21,17,70,.55);
  transition: background .6s ease-in-out;
}

.member-worlds .items .item-member .picture a:hover::after {
  background-color: transparent;
}

.member-worlds .items .item-member .content {
  margin-top: 20px;
}
.member-worlds .items .item-member .content .memberworld-title {
  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);
  color: #FFFFFF;
}

.single-teammember h1 {
  font-size: var(--headline-size);
}
.single-teammember h2 {
  font-size: 60px;
}
.single-teammember .publications .swiper-slide {
  padding: 18px;
  border-radius: 24px !important;
}
.single-teammember .publications .swiper-slide .content .title {
  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;
}

.artist-single-world .team-header-row {
  margin-bottom: 120px;
  margin-top: 120px;
}
.artist-single-world .team-header-row > .inside {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .artist-single-world .team-header-row > .inside {
    flex-direction: row;
    gap: 80px;
  }
}
.artist-single-world .team-header-row > .inside > .picture {
  width: 100%;
}
@media (min-width: 768px) {
  .artist-single-world .team-header-row > .inside > .picture {
    width: 40%;
  }
}
.artist-single-world .team-header-row > .inside > .picture img {
  width: 100%;
  height: auto;
  border-radius: 24px !important;
}
.artist-single-world .team-header-row > .inside > .content {
  width: 100%;
}
@media (min-width: 768px) {
  .artist-single-world .team-header-row > .inside > .content {
    width: 60%;
  }
}
.artist-single-world .team-header-row > .inside > .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.artist-single-world h1, .artist-single-world h2 {
  font-family: var(--serif-font);
  color: #FFFFFF;
}

.artist-single-world h1 {
    font-size: var(--headline-size);
}
@media (max-width: 640px) {
  .artist-single-world h1 {
    font-size: calc(var(--headline-size) - 40px);
  }
}

.artist-single-world h2 {
    font-size: 60px;
}
.artist-single-world .publications .swiper-slide {
  padding: 18px;
  border-radius: 24px !important;
}
.artist-single-world .publications .swiper-slide .content .title {
  font-size: 1.4em;
  color: #FFFFFF;
}

.artist-single-world .publications {
  padding-bottom: 50px;
  position: relative;
}

.artist-single-world .publications .swiper-button-next, .artist-single-world .publications .swiper-button-prev {
  top: 100%;
}

.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, .edellinkfire-tags label, #toggle-filters-button {
  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, .edellinkfire-tags label:hover, #toggle-filters-button: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,  .edellinkfire-tags label:focus, #toggle-filters-button: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, .artist-single-world .publications .swiper-slide .picture {
  position: relative;
}
.slide-with-linkfire .linkfire-thickbox, .single-teammember .publications .swiper-slide .linkfire-thickbox, .artist-single-world .publications .swiper-slide .linkfire-thickbox {
  display: none;
}
.slide-with-linkfire .linkfire-thickbox > .inside, .single-teammember .publications .swiper-slide .linkfire-thickbox > .inside, .artist-single-world .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, .artist-single-world .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, .artist-single-world .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, .artist-single-world .publications .swiper-slide .linkfire-hover {
    display: block;
  }
}
.slide-with-linkfire .linkfire-hover > *, .single-teammember .publications .swiper-slide .linkfire-hover > *, .artist-single-world .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, .artist-single-world .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, .artist-single-world .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, .artist-single-world .publications .swiper-slide:hover .linkfire-hover {
    opacity: 1;
  }
}
#TB_ajaxContent {
  overflow-x: hidden!important;
}
.inside-linkfire-thickbox {
  right: -30px;
  left: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
  overflow: hidden;
}

.inside-linkfire-thickbox .close-button {
  position: absolute;
  top: 16px;
  right: 16px;
  color: var(--theme-color-primary);
}

.edel-book-slider {
  --edel-book-slider-arrow-bg: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(188, 169, 236, 0.05));
  --edel-book-slider-arrow-border: rgba(255, 255, 255, 0.2);
  --edel-book-slider-arrow-color: hsla(0,0%,93.3%,.9);
  --edel-book-slider-arrow-size: 36px;
  --edel-book-slider-arrow-icon-size: 16px;
  --edel-book-slider-arrow-gap: 6px;
  --edel-book-slider-title-size: 46px;
  --edel-book-slider-title-margin-top: 15px;
  --edel-book-slider-title-color: inherit;
  --edel-book-slider-pagination-left: 10px;
  --edel-book-slider-pagination-bottom: 10px;
  --edel-book-slider-bullet-size: 9px;
  --edel-book-slider-bullet-bg: #fff;
  --edel-book-slider-bullet-opacity: 0.25;
  --edel-book-slider-bullet-active-opacity: 1;
  --edel-book-slider-text-color: #fff;
  --edel-book-slider-link-color: #fff;
  --edel-book-slider-link-hover-color: #fff;
  --edel-book-slider-title-font-family: var(--serif-font);
  position: relative;
  overflow: hidden;
  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;
}

  
@media (min-width: 768px) {
  .edel-book-slider {
    background-size: 200% 200%;
    animation: gradient 13s ease infinite;
  }    
}

.edel-book-slider .elementor-button.elementor-button-link {
  margin-top: 2.5rem;
}

.edel-book-slider .swiper-wrapper {
  align-items: stretch;
}
.edel-book-slider .swiper-slide {
  text-align: center;
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 25px;
}
.edel-book-slider .swiper-slide .swiper-slide-inside {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  width: 500px;
}
.edel-book-slider a {
  display: block;
  color: var(--edel-book-slider-link-color);
}
.edel-book-slider a:hover {
  color: var(--mist);
}
.edel-book-slider img {
  display: block;
  width: 100%;
  height: auto;
}
.edel-book-slider .edel-title {
  font-size: var(--edel-book-slider-title-size);
  margin-top: var(--edel-book-slider-title-margin-top);
  color: var(--edel-book-slider-title-color);
  font-family: var(--edel-book-slider-title-font-family);
}
@media (max-width: 768px) {
  .edel-book-slider .swiper-slide {
    padding-left: 20px;
    padding-right: 20px;
  }
  .edel-book-slider .edel-title {
    font-size: calc(var(--edel-book-slider-title-size) - 10px);
  }
}
.edel-book-slider .edel-arrows {
  position: absolute;
  right: 5px;
  left: 5px;
  display: flex;
  gap: var(--edel-book-slider-arrow-gap);
  z-index: 5;
}
.edel-book-slider .edel-arrows.edel-arrows-top {
  top: 6px;
}
.edel-book-slider .edel-arrows.edel-arrows-center {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .edel-book-slider .edel-arrows.edel-arrows-center {
    justify-content: space-between;
  }
}
.edel-book-slider .edel-arrows.edel-arrows-bottom {
  bottom: 6px;
}
.edel-book-slider .edel-prev,
.edel-book-slider .edel-next {
  background: var(--edel-book-slider-arrow-bg);
  border: 1px solid var(--edel-book-slider-arrow-border);
  color: var(--edel-book-slider-arrow-color);
  padding: 6px 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: var(--edel-book-slider-arrow-size);
  min-height: var(--edel-book-slider-arrow-size);
}
.edel-book-slider .edel-prev:hover,
.edel-book-slider .edel-next:hover,
.edel-book-slider .edel-prev:focus,
.edel-book-slider .edel-next:focus {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.39), rgba(188, 169, 236, 0.15))
}

.edel-book-slider .edel-prev i,
.edel-book-slider .edel-next i {
  font-size: var(--edel-book-slider-arrow-icon-size);
  line-height: 1;
}
.edel-book-slider .edel-prev.swiper-button-disabled,
.edel-book-slider .edel-next.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.edel-book-slider .edel-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 5;
}
.edel-book-slider .edel-pagination .swiper-pagination-bullet {
  width: var(--edel-book-slider-bullet-size);
  height: var(--edel-book-slider-bullet-size);
  background: var(--edel-book-slider-bullet-bg);
  opacity: var(--edel-book-slider-bullet-opacity);
  transition: 0.3s all;
}
.edel-book-slider .edel-pagination .swiper-pagination-bullet-active {
  background: var(--cloud);
  opacity: 1;
  width: 30px;
  border-radius: 999px;
}
.edel-book-slider .edel-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--edel-book-slider-arrow-gap);
  z-index: 5;
}
.edel-book-slider .edel-slider-controls-bottom {
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.edel-book-slider .edel-slider-controls-bottom .edel-slider-controls-inside {
  display: flex;
  gap: var(--edel-book-slider-arrow-gap);
}
.edel-book-slider .edel-slider-controls-bottom .edel-pagination {
  position: static;
  left: auto;
  bottom: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.edel-book-slider .edel-slider-controls-bottom .edel-prev,
.edel-book-slider .edel-slider-controls-bottom .edel-next {
  flex: 0 0 auto;
}/*# sourceMappingURL=main.css.map */

.elementor-flip-box--effect-flip {
  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%;
  padding: 18px;
  border-radius: 24px !important;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.elementor-452 .elementor-element.elementor-element-4fc5afd .elementor-button:hover {
  color: #08071C!important;
  border-color: #08071C!important;
}